1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-07 20:46:21 +01:00
helix/runtime/queries/lua-format-string/highlights.scm
2026-01-18 12:35:23 -06:00

14 lines
246 B
Scheme

(escaped_percent_sign) @constant.character.escape
(flag) @constant.builtin
(text) @string
(width) @constant.numeric.integer
(precision) @constant.numeric.float
(conversion_specifier) @type
"." @punctuation.delimiter
"%" @punctuation.special