Highlight named fields in struct literals

This commit is contained in:
Pieter van Loon 2022-07-02 11:07:53 +02:00 committed by Stephan Seitz
parent d3405a6946
commit dcc5895e7c

View file

@ -196,6 +196,9 @@
(false) @boolean
(nil) @constant.builtin
(keyed_element
. (literal_element (identifier) @field))
(comment) @comment
(ERROR) @error