From b51ca5d50031115b3a272f0d93639b1682eda72a Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:00:36 +0000 Subject: [PATCH] Revert "chore: remove unnecessary files" This reverts commit 51efd7e332a697726224be53692938c0c6367982. --- lol.helix | 4 ++++ runtime/queries/helix/highlights.scm | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 lol.helix create mode 100644 runtime/queries/helix/highlights.scm diff --git a/lol.helix b/lol.helix new file mode 100644 index 000000000..463294592 --- /dev/null +++ b/lol.helix @@ -0,0 +1,4 @@ +hello world #[|lol]# +hello world #[lol|]# +hello wor#(| hello world )# +#(lol|)# diff --git a/runtime/queries/helix/highlights.scm b/runtime/queries/helix/highlights.scm new file mode 100644 index 000000000..ca1315d77 --- /dev/null +++ b/runtime/queries/helix/highlights.scm @@ -0,0 +1,4 @@ +(primary_left) @markup.heading.1 +(primary_right) @markup.heading.2 +(left) @markup.heading.3 +(right) @markup.heading.4