mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
Add HEEx language support, add missing commentstrings
This commit is contained in:
parent
807c3da669
commit
a9e32d0cc5
14 changed files with 87 additions and 7 deletions
|
|
@ -271,6 +271,16 @@ list.surface = {
|
|||
maintainers = { "@connorlay" },
|
||||
}
|
||||
|
||||
list.heex = {
|
||||
install_info = {
|
||||
url = "https://github.com/connorlay/tree-sitter-heex",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
filetype = "heex",
|
||||
maintainers = { "@connorlay" },
|
||||
}
|
||||
|
||||
list.ocaml = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-ocaml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue