vim-godot icon indicating copy to clipboard operation
vim-godot copied to clipboard

Add support for Godot 4 annotations

Open vertexmachina opened this issue 1 year ago • 2 comments

This enables the highlighting of annotations in the form of @export, @export_multiline, @onready, etc.

I'm new to writing Vim syntax highlighting files so it's possible I did this in a non-idiomatic way. If there's a more concise way of matching all lowercase and underscores following an @, please let me know.

Perhaps ^@[a-z_]\+?

vertexmachina avatar Mar 06 '24 02:03 vertexmachina