feat(toml): highlight table headers (#7441)

pull/16/head
Branch Vincent 11 months ago committed by GitHub
parent 08c0a23b79
commit 6c6923c39e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +1,23 @@
; Properties
;-----------
[
(table [
(bare_key)
(dotted_key)
(quoted_key)
] @variable.other.member
] @type)
(table_array_element [
(bare_key)
(dotted_key)
(quoted_key)
] @type)
(pair [
(bare_key)
(dotted_key)
(quoted_key)
] @variable.other.member)
; Literals
;---------

Loading…
Cancel
Save