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 269e303 commit 9fba9a4Copy full SHA for 9fba9a4
public_grammars/cesium.tmGrammar.json
@@ -73,7 +73,7 @@
73
"match": "\\b([~#]?[a-zA-Z_][a-zA-Z0-9_]*(?:\\[[^\\]]*\\])?)\\s+([a-zA-Z_][a-zA-Z0-9_]*)",
74
"captures": {
75
"1": { "name": "storage.type.cesium" },
76
- "2": { "name": "variable.parameter.cesium" }
+ "2": { "name": "variable.other.readwrite.cesium" }
77
}
78
79
]
0 commit comments