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