mirror of https://github.com/helix-editor/helix
Added ungrammar language support (#3048)
parent
fb62569785
commit
e97b8607c1
@ -0,0 +1,17 @@
|
|||||||
|
(ERROR) @error
|
||||||
|
|
||||||
|
(line_comment) @comment
|
||||||
|
|
||||||
|
(identifier) @variable
|
||||||
|
|
||||||
|
(token) @string
|
||||||
|
|
||||||
|
[
|
||||||
|
"="
|
||||||
|
"|"
|
||||||
|
":"
|
||||||
|
"("
|
||||||
|
")"
|
||||||
|
"?"
|
||||||
|
"*"
|
||||||
|
] @operator
|
Loading…
Reference in New Issue