Skip to content

Commit

Permalink
fix: casing in doc snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 4, 2021
1 parent b9d14b9 commit 7ecbd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/thing.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"scope": "markdown",
"prefix": "@docc",
"body": [
"[`${2:name}`](https://docs.thi.ng/umbrella/${1:pkg}/classes/${2/(.*)/${1:/downcase}/}.html)"
"[`${2:name}`](https://docs.thi.ng/umbrella/${1:pkg}/classes/${2:name}.html)"
],
"description": "thi.ng umbrella doc link (class)"
},
"doclink_interface": {
"scope": "markdown",
"prefix": "@doci",
"body": [
"[`${2:name}`](https://docs.thi.ng/umbrella/${1:pkg}/interfaces/${2/(.*)/${1:/downcase}/}.html)"
"[`${2:name}`](https://docs.thi.ng/umbrella/${1:pkg}/interfaces/${2:name}.html)"
],
"description": "thi.ng umbrella doc link (interface)"
},
Expand Down

0 comments on commit 7ecbd98

Please sign in to comment.