From ad3f9ececb2ff6c848e9d65fc5116f4aeb55d0d1 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Sun, 2 Feb 2025 19:45:38 +0000 Subject: [PATCH] chore: remove unneeded files --- announce.md | 37 ------------------------------------- lol.html | 10 ---------- 2 files changed, 47 deletions(-) delete mode 100644 announce.md delete mode 100644 lol.html diff --git a/announce.md b/announce.md deleted file mode 100644 index 5ec02a68e..000000000 --- a/announce.md +++ /dev/null @@ -1,37 +0,0 @@ -Previously, if you had a file like this: - -```html -

Some text 1234

- -``` - -Pressing `Space + c` (toggle comment) on the JavaScript comment would've used the HTML comment token: - -```html -

Some text 1234

- -``` - -This PR fixes that. Now, the comment token is properly recognized: - -```hmtl -

- Some text 1234 -

- -``` - -It works in _all_ languages that properly inject comment tokens. For instance, JSX, Svelte, and others. - -Closes https://github.com/helix-editor/helix/issues/7364 -Closes https://github.com/helix-editor/helix/issues/11647 -Related to to https://github.com/helix-editor/helix/issues/9425 diff --git a/lol.html b/lol.html deleted file mode 100644 index 4ad14046f..000000000 --- a/lol.html +++ /dev/null @@ -1,10 +0,0 @@ -

Comment toggle on this line should use the HTML comment token(s).

-