mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
b19551b11b
- update gdscript highlights - add godot-resource textobjects
24 lines
329 B
Scheme
24 lines
329 B
Scheme
(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
|