Support for comment highlighting
This commit is contained in:
@@ -77,6 +77,10 @@
|
|||||||
{
|
{
|
||||||
"match": "\\b([a-zA-Z_][a-zA-Z0-9_]*)\\b",
|
"match": "\\b([a-zA-Z_][a-zA-Z0-9_]*)\\b",
|
||||||
"name": "variable"
|
"name": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"match": "(--.*)",
|
||||||
|
"name": "comment"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user