Skip to content

Commit 9fba9a4

Browse files
committed
more textmate grammar fixes
1 parent 269e303 commit 9fba9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_grammars/cesium.tmGrammar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"match": "\\b([~#]?[a-zA-Z_][a-zA-Z0-9_]*(?:\\[[^\\]]*\\])?)\\s+([a-zA-Z_][a-zA-Z0-9_]*)",
7474
"captures": {
7575
"1": { "name": "storage.type.cesium" },
76-
"2": { "name": "variable.parameter.cesium" }
76+
"2": { "name": "variable.other.readwrite.cesium" }
7777
}
7878
}
7979
]

0 commit comments

Comments
 (0)