Releases: davidcornu/zed-haml
Releases · davidcornu/zed-haml
v0.1.0
What's Changed
- Update HAML grammar by @vitallium in #7
- Upstream diff: vitallium/tree-sitter-haml@5dedefd...ca002c1
- Notable change:
text_content
is nowverbatim_string
Full Changelog: v0.0.7...v0.1.0
v0.0.7
Full Changelog: v0.0.6...v0.0.7
- Update tree-sitter grammar (vitallium/tree-sitter-haml@f99259f...5dedefd) which fix an issue with filter bodies being too greedy (vitallium/tree-sitter-haml#6).
v0.0.6
Full Changelog: v0.0.5...v0.0.6
- Update tree-sitter grammar (vitallium/tree-sitter-haml@1d3766b...f99259f)
v0.0.5
What's Changed
- Update tree-sitter grammar by @vitallium in #5
- Upstream diff: vitallium/tree-sitter-haml@945b480...1d3766b
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Inject languages in filters by @vitallium in #2
- Add highlight for comments by @vitallium in #3
- Add highlight to strings by @vitallium in #4
New Contributors
- @vitallium made their first contribution in #2
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Full Changelog: v0.0.2...v0.0.3
Update extension id from zed-haml
to haml
as per zed-industries/extensions#1523 (review).
v0.0.2
Changelog
- Update https://github.com/vitallium/tree-sitter-haml from
d6d3cd95fb9e40937da112f219417fb76ad2cab9
to945b4806e11d969fc0b0edcdee068400971f3bf3
(vitallium/tree-sitter-haml@d6d3cd9...945b480) - Highlight classes and ids as
@property
instead of@string
Many thanks to @schpet!