feat(hyprlang): add missing highlights

This commit is contained in:
Omar Valdez 2025-01-18 12:57:44 -08:00 committed by Christian Clason
parent 645d14f40f
commit 87b1f25098

View file

@ -16,7 +16,7 @@
(name) @module)
(section
device: (device_name) @type)
device: (device_name) @string.special)
(variable) @variable
@ -24,7 +24,13 @@
(boolean) @boolean
(mod) @constant
[
"deg"
(string)
(string_literal)
] @string
(mod) @constant.builtin
[
"rgb"
@ -36,13 +42,14 @@
(legacy_hex)
(angle)
(hex)
(display)
(position)
] @number
"deg" @type
"," @punctuation.delimiter
[
","
":"
"x"
"@"
] @punctuation.delimiter
[
"("