aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorArthur Deierlein2024-03-19 16:26:50 +0000
committerGitHub2024-03-19 16:26:50 +0000
commit427dd2f383ab54457ec4e7bbb9cf0d83b9d7908a (patch)
treef5cefc3f4de74b1a32b4c91292df15cd3c08b00e /book
parentd9de809a573e28c425b5da9da8c77340d2a0174e (diff)
Add support for ember.js templates (#9902)
* feat: add support for ember .hbs (glimmer) templates * adjust highlights to helix * highlight this correctly in block statements * correctly highlight attributes * correctly highlight hash_pair * add newline to highlights.scm * refactor: use #any-of and #eq instead of #match * chore: add newline to languages.toml
Diffstat (limited to 'book')
-rw-r--r--book/src/generated/lang-support.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/generated/lang-support.md b/book/src/generated/lang-support.md
index 47f8057e..b74a8cdb 100644
--- a/book/src/generated/lang-support.md
+++ b/book/src/generated/lang-support.md
@@ -60,6 +60,7 @@
| git-ignore | ✓ | | | |
| git-rebase | ✓ | | | |
| gleam | ✓ | ✓ | | `gleam` |
+| glimmer | ✓ | | | `ember-language-server` |
| glsl | ✓ | ✓ | ✓ | |
| gn | ✓ | | | |
| go | ✓ | ✓ | ✓ | `gopls`, `golangci-lint-langserver` |