mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 14:42:57 +02:00
13 lines
217 B
Scheme
13 lines
217 B
Scheme
; SGF structure
|
|
|
|
(property_identifier) @attribute
|
|
(value_content) @string
|
|
|
|
; Punctuation
|
|
|
|
"(" @punctuation.bracket
|
|
")" @punctuation.bracket
|
|
"[" @punctuation.bracket
|
|
"]" @punctuation.bracket
|
|
";" @punctuation.delimiter
|