Pug
Check for existing issues
- [X] Completed
Language
Pug
Tree Sitter parser link
https://github.com/zealot128/tree-sitter-pug
Language server link
No response
Misc notes
Pug is a markup language that outputs HTML. It's similar in intent to HAML and Slim.
I use Pug in my Vue component files:
<template lang="pug">
div(attr="something") hello world
</template>
It would be wonderful if Zed supported this. Is the provided tree-sitter highlighting any help?
Similar to zed-industries/extensions#179 and zed-industries/extensions#140
Pug support is very much needed 👍
This is MUST!
The only thing that stops me from fully using Zed
Looks like we have an extension now, so I'm closing this out!
Awesome!
I'm not sure this is actually resolved or completed. Maybe pug files have right color coding but vue files do not. I think the original idea or request from the author was to have colors in vue template. With the plugin I do not have colors.
I'm not sure this is actually resolved or completed. Maybe pug files have right color coding but vue files do not. I think the original idea or request from the author was to have colors in vue template. With the plugin I do not have colors.
I fixed this particular issue with Pug markup inside Vue component files here: https://github.com/zed-extensions/vue/pull/7
