Skip to content

Commit

Permalink
update(test): add highlight test
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Mar 16, 2024
1 parent f2e0cdb commit 27af9b7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"conf"
],
"highlights": [
"queries/highlights.scm"
"queries/hyprlang/highlights.scm"
],
"scope": "source.conf"
}
Expand Down
23 changes: 23 additions & 0 deletions test/highlight/config.conf
@@ -0,0 +1,23 @@
$variable = SUPER
# ^variable
# ^operator
# ^constant

exec-once = hyprpaper & waybar
# ^keyword

decoration {
# ^module
# ^punctuation.bracket
col.shadow = rgba(1a1a1aee)
# ^property
# ^function.builtin
# ^punctuation.bracket
# ^number
}

section:device {
# ^type
flag = true
# ^boolean
}

0 comments on commit 27af9b7

Please sign in to comment.