Skip to content

Commit

Permalink
Add HAML extension (#1523)
Browse files Browse the repository at this point in the history
Adds a new syntax-highlighting extension for the
[HAML](https://haml.info/) templating language, as requested in this
thread: #179.

I put together a first version during the Zed meetup at RustConf in
Montreal based on @vitallium's work in
https://github.com/vitallium/tree-sitter-haml, but hadn't published it
as I wasn't sure what their plans were for the grammar. However, in
zed-industries/zed#18787 (comment)
they agreed that this would be the right way forward.
  • Loading branch information
davidcornu authored Oct 15, 2024
1 parent 9d25ead commit 7007e36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@
path = extensions/halcyon
url = https://github.com/hichemfantar/halcyon-zed.git

[submodule "extensions/haml"]
path = extensions/haml
url = https://github.com/davidcornu/zed-haml.git

[submodule "extensions/harper"]
path = extensions/harper
url = https://github.com/Stef16Robbe/harper_zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,10 @@ version = "2.0.0"
submodule = "extensions/halcyon"
version = "0.0.5"

[haml]
submodule = "extensions/haml"
version = "0.0.3"

[harper]
submodule = "extensions/harper"
version = "0.0.3"
Expand Down
1 change: 1 addition & 0 deletions extensions/haml
Submodule haml added at 220329

0 comments on commit 7007e36

Please sign in to comment.