Support for comment highlighting

This commit is contained in:
Deukhoofd 2018-11-26 14:05:40 +01:00
parent fd430645be
commit 4efc452dd2
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
3 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@
{
"match": "\\b([a-zA-Z_][a-zA-Z0-9_]*)\\b",
"name": "variable"
},
{
"match": "(--.*)",
"name": "comment"
}
]
}