mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(enforce): add parser and queries (#7626)
This commit is contained in:
parent
6bc2c0fde8
commit
e8ccc339a3
8 changed files with 295 additions and 0 deletions
|
|
@ -549,6 +549,14 @@ list.embedded_template = {
|
|||
filetype = "eruby",
|
||||
}
|
||||
|
||||
list.enforce = {
|
||||
install_info = {
|
||||
url = "https://github.com/simonvic/tree-sitter-enforce",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@simonvic" },
|
||||
}
|
||||
|
||||
list.erlang = {
|
||||
install_info = {
|
||||
url = "https://github.com/WhatsApp/tree-sitter-erlang",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue