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