aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/hyprlang/injections.scm
diff options
context:
space:
mode:
authorArthur Deierlein2024-03-17 22:53:30 +0000
committerGitHub2024-03-17 22:53:30 +0000
commit9ec0271873ed484f96342489b4117391e88abcd3 (patch)
tree944b2d543ba4ca5f97d0fc7f02331f5a6a2045d5 /runtime/queries/hyprlang/injections.scm
parent61f7d9ce2f2d20f4b0bd2f21036eac1f11cb2c5c (diff)
Add support for hyprland config (#9899)
* feat: add hyprland config language * adjust indents to helix * adjust highlights to helix
Diffstat (limited to 'runtime/queries/hyprlang/injections.scm')
-rw-r--r--runtime/queries/hyprlang/injections.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/hyprlang/injections.scm b/runtime/queries/hyprlang/injections.scm
new file mode 100644
index 00000000..1f0199ed
--- /dev/null
+++ b/runtime/queries/hyprlang/injections.scm
@@ -0,0 +1,3 @@
+(exec
+ (string) @injection.content
+ (#set! injection.language "bash"))