Skip to content

Commit 2a0a4a3

Browse files
committed
fix func param highlight
1 parent 1a0899c commit 2a0a4a3

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
@@ -69,7 +69,7 @@
6969
"patterns": [
7070
{
7171
"name": "meta.parameter.cesium",
72-
"match": "\\b([a-zA-Z_][a-zA-Z0-9_]*(?:\\[[^\\]]*\\])?)\\s+([a-zA-Z_][a-zA-Z0-9_]*)",
72+
"match": "\\b([~#]?[a-zA-Z_][a-zA-Z0-9_]*(?:\\[[^\\]]*\\])?)\\s+([a-zA-Z_][a-zA-Z0-9_]*)",
7373
"captures": {
7474
"1": { "name": "storage.type.cesium" },
7575
"2": { "name": "variable.parameter.cesium" }

0 commit comments

Comments
 (0)