File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 3
3
* - for Bash operators it's '<operator> operator'
4
4
* - for Bash documentation it's 'documentation definition' or '"<documentation>" documentation definition'
5
5
* - for Bash functions it's 'function definition' or '"<function>" function definition'
6
- * - for Bash builtins it's '"<builtin>" invocation'
7
6
* - for Bash character classes it's any string with optional mnemonics depicted via square brackets
8
7
* - for shell shebang it's 'shebang'
9
8
* - for anything else it's any string
20
19
* used when expansion modifies variable or prints error to stderr
21
20
* - <expession> is 'if-(set|unset)[-or-[not-]null]'
22
21
* - term delimiter: dash, like 'set-if-unset-or-null'
23
- * - for Bash brace expansion it's 'range'
24
22
* - for Bash documentation it's one of 'documentation'/'<documentation>'
25
23
* - 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>'
30
24
* - for anything else it's any string
31
25
*/
32
26
import { CompletionItemKind , InsertTextFormat , MarkupKind } from 'vscode-languageserver'
You can’t perform that action at this time.
0 commit comments