-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Description
Hi, I use codebook in both nvim and zed. It's really awesome but it would be really nice to have full vue support.
Would it be possible to add Vue support? It's very similar to just plain HTML so I guess it shouldn't be too complex?
Use Case
Official Vue support.
Proposed Solution
Based on HTML, enabled by default.
Alternative Solutions
Codebook could support manual file type overwrite.
For example I could specify in codebook.toml something like this:
[filetypes]
vue = "html"
djangohtml = "html"
json = "txt"Examples
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request