zed
zed copied to clipboard
Pug support
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?