Skip to content

Commit

Permalink
adjust highlights to helix
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Mar 17, 2024
1 parent 8d799a1 commit 949ca1b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions runtime/queries/hyprlang/highlights.scm
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
(comment) @comment @spell
(comment) @comment

[
"source"
"exec"
"exec-once"
] @keyword
] @function.builtin

(keyword
(name) @keyword)

(assignment
(name) @property)
(name) @variable.other.member)

(section
(name) @module)
(name) @namespace)

(section
device: (device_name) @type)
Expand All @@ -22,7 +22,9 @@

"$" @punctuation.special

(boolean) @boolean
(boolean) @constant.builtin.boolean

(string) @string

(mod) @constant

Expand All @@ -36,7 +38,7 @@
(legacy_hex)
(angle)
(hex)
] @number
] @constant.numeric

"deg" @type

Expand Down

0 comments on commit 949ca1b

Please sign in to comment.