mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -04:00
feat: add GN (Generate Ninja)
This commit is contained in:
parent
2f15204510
commit
6cb93819c9
8 changed files with 113 additions and 0 deletions
|
|
@ -641,6 +641,15 @@ list.glsl = {
|
|||
maintainers = { "@theHamsta" },
|
||||
}
|
||||
|
||||
list.gn = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-gn",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
readme_name = "GN (Generate Ninja)",
|
||||
}
|
||||
|
||||
list.go = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-go",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue