feat: add awk

This commit is contained in:
ObserverOfTime 2022-09-26 19:25:26 +03:00 committed by Christian Clason
parent 580c59cb50
commit a715e93312
3 changed files with 163 additions and 0 deletions

View file

@ -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,