mirror of https://github.com/helix-editor/helix
Updated Godot support (#11235)
- update gdscript highlights - add godot-resource textobjectspull/11339/merge
parent
a4cfcff284
commit
b19551b11b
@ -0,0 +1,23 @@
|
|||||||
|
(section
|
||||||
|
(identifier)
|
||||||
|
(_)
|
||||||
|
(property) @class.inside
|
||||||
|
) @class.around
|
||||||
|
|
||||||
|
(attribute
|
||||||
|
(identifier)
|
||||||
|
(_) @parameter.inside) @parameter.around
|
||||||
|
|
||||||
|
(property
|
||||||
|
(path)
|
||||||
|
(_) @entry.inside) @entry.around
|
||||||
|
|
||||||
|
(pair
|
||||||
|
(_) @entry.inside) @entry.around
|
||||||
|
|
||||||
|
(array
|
||||||
|
(_) @entry.around)
|
||||||
|
|
||||||
|
(comment) @comment.inside
|
||||||
|
|
||||||
|
(comment)+ @comment.around
|
Loading…
Reference in New Issue