extensions
extensions copied to clipboard
Slim
Check for existing issues
- [X] Completed
Language
Slim
Tree Sitter parser link
No response
Language server link
No response
Misc notes
Slim is a template language whose goal is to reduce the view syntax to the essential parts without becoming cryptic. It started as an exercise to see how much could be removed from a standard html template (<, >, closing tags, etc...).
https://github.com/slim-template/slim
Slim is a great language that converts to HTML without the annoying "<", ">", closing tags, etc. We hope you will support it.
Hmm, interesting. Never heard of Slim prior to this. Seems kind of neat.
Hmm, interesting. Never heard of Slim prior to this. Seems kind of neat.
Support for it's older cousin, HAML, would be appreciated too :-)
https://github.com/haml/haml
Looks like the tree-sitter grammar for Slim is here https://github.com/kolen/tree-sitter-slim
+1 to adding .slim support for ZED! The tree-sitter grammar claims to be "unusable" at this time.