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

pull/7449/head
Branch Vincent 1 year 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 ; Properties
;----------- ;-----------
[ (table [
(bare_key) (bare_key)
(dotted_key)
(quoted_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 ; Literals
;--------- ;---------

Loading…
Cancel
Save