From 9ec0271873ed484f96342489b4117391e88abcd3 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Sun, 17 Mar 2024 23:53:30 +0100 Subject: Add support for hyprland config (#9899) * feat: add hyprland config language * adjust indents to helix * adjust highlights to helix--- runtime/queries/hyprlang/indents.scm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 runtime/queries/hyprlang/indents.scm (limited to 'runtime/queries/hyprlang/indents.scm') diff --git a/runtime/queries/hyprlang/indents.scm b/runtime/queries/hyprlang/indents.scm new file mode 100644 index 00000000..88bfe743 --- /dev/null +++ b/runtime/queries/hyprlang/indents.scm @@ -0,0 +1,6 @@ +(section) @indent + +(section + "}" @outdent) + +"}" @extend -- cgit v1.2.3-70-g09d2