Skip to content

Commit c2c38a6

Browse files
EmilySeville7cfgEmilySeville7cfg
authored andcommitted
feat(snippets): simplify naming convention
1 parent 3b299fb commit c2c38a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

server/src/snippets.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* - for Bash operators it's '<operator> operator'
44
* - for Bash documentation it's 'documentation definition' or '"<documentation>" documentation definition'
55
* - for Bash functions it's 'function definition' or '"<function>" function definition'
6-
* - for Bash builtins it's '"<builtin>" invocation'
76
* - for Bash character classes it's any string with optional mnemonics depicted via square brackets
87
* - for shell shebang it's 'shebang'
98
* - for anything else it's any string
@@ -20,13 +19,8 @@
2019
* used when expansion modifies variable or prints error to stderr
2120
* - <expession> is 'if-(set|unset)[-or-[not-]null]'
2221
* - term delimiter: dash, like 'set-if-unset-or-null'
23-
* - for Bash brace expansion it's 'range'
2422
* - for Bash documentation it's one of 'documentation'/'<documentation>'
2523
* - for Bash functions it's one of 'function'/'<function>'
26-
* - for Bash builtins it's '<builtin>'
27-
* - for Bash character classes it's '<character-class>'
28-
* - for Sed it's 'sed:<expression>'
29-
* - for Awk it's 'awk:<expression>'
3024
* - for anything else it's any string
3125
*/
3226
import { CompletionItemKind, InsertTextFormat, MarkupKind } from 'vscode-languageserver'

0 commit comments

Comments
 (0)