We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0899c commit 2a0a4a3Copy full SHA for 2a0a4a3
public_grammars/cesium.tmGrammar.json
@@ -69,7 +69,7 @@
69
"patterns": [
70
{
71
"name": "meta.parameter.cesium",
72
- "match": "\\b([a-zA-Z_][a-zA-Z0-9_]*(?:\\[[^\\]]*\\])?)\\s+([a-zA-Z_][a-zA-Z0-9_]*)",
+ "match": "\\b([~#]?[a-zA-Z_][a-zA-Z0-9_]*(?:\\[[^\\]]*\\])?)\\s+([a-zA-Z_][a-zA-Z0-9_]*)",
73
"captures": {
74
"1": { "name": "storage.type.cesium" },
75
"2": { "name": "variable.parameter.cesium" }
0 commit comments