extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Slim

Open Atelier-Mirai opened this issue 3 years ago • 4 comments
trafficstars

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.

Atelier-Mirai avatar Sep 28 '22 05:09 Atelier-Mirai

Hmm, interesting. Never heard of Slim prior to this. Seems kind of neat.

JosephTLyons avatar Sep 28 '22 14:09 JosephTLyons

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

firecall avatar Jul 12 '23 02:07 firecall

Looks like the tree-sitter grammar for Slim is here https://github.com/kolen/tree-sitter-slim

kaspth avatar Feb 27 '24 16:02 kaspth

+1 to adding .slim support for ZED! The tree-sitter grammar claims to be "unusable" at this time.

Dan-Heintzelman avatar Apr 15 '24 19:04 Dan-Heintzelman

There is a Slim extension now.

SCR-20240716-lyqk

JosephTLyons avatar Jul 16 '24 17:07 JosephTLyons