mirror of https://github.com/helix-editor/helix
Add godot resource support (#3759)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>pull/1819/head
parent
5489c9ad4e
commit
54e78dd24f
@ -0,0 +1,28 @@
|
||||
(section (identifier) @type.builtin)
|
||||
|
||||
(attribute (identifier) @attribute)
|
||||
(property (path) @variable.other.member)
|
||||
(constructor (identifier) @constructor)
|
||||
|
||||
(string) @string
|
||||
(integer) @constant.numeric.integer
|
||||
(float) @constant.numeric.float
|
||||
|
||||
(true) @constant.builtin.boolean
|
||||
(false) @constant.builtin.boolean
|
||||
|
||||
[
|
||||
"["
|
||||
"]"
|
||||
] @tag
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
"{"
|
||||
"}"
|
||||
] @punctuation.bracket
|
||||
|
||||
"=" @operator
|
||||
|
||||
(ERROR) @error
|
Loading…
Reference in New Issue