mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
feat: add awk
This commit is contained in:
parent
580c59cb50
commit
a715e93312
3 changed files with 163 additions and 0 deletions
|
|
@ -1293,6 +1293,13 @@ list.vhs = {
|
|||
filetype = "tape",
|
||||
}
|
||||
|
||||
list.awk = {
|
||||
install_info = {
|
||||
url = "https://github.com/Beaglefoot/tree-sitter-awk",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
filetype_to_parsername = filetype_to_parsername,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue