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