-
Is there any way to support AdonisJS/Edge? I have been trying with duyluonglc/vscode-edge [[language]]
name = "edge"
file-types = ["edge"]
scope = ""
auto-format = true
language-servers = [ "emmet-lsp", "tailwindcss-ls", "typescript-language-server", "vscode-html-language-server", "css-language-server"]
formatter = { command = 'prettier', args = ["--parser", "html"] }
grammar = "edge"
[[grammar]]
name = "edge"
source = { git = "https://github.com/duyluonglc/vscode-edge", rev = "27c16fe5bc9216ee4853e5bf96d1ba1bc187e4d9" } But at the moment of doing hx -g fetch hx -g build I am currently getting this error:
But before that I was getting an error about missing I'm using NixOS, in case it's relevant to this (I don't think so). Note This post was made with a translator, English is not my native language, so there may be grammatical errors. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I think you need to go to the git repository for the tree-sitter grammar again and commit the changes. |
Beta Was this translation helpful? Give feedback.
See #1853 (comment)