diff options
| author | ObserverOfTime <chronobserver@disroot.org> | 2022-09-26 19:25:26 +0300 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-11-16 10:45:19 +0100 |
| commit | a715e9331265a921281d0c1eb8281324ead41cbd (patch) | |
| tree | 62b93b575559da9b9b82425d3f867e8fc82a2c96 /lua | |
| parent | 580c59cb50a17a663c1e8b4185a82adca69c29a7 (diff) | |
feat: add awk
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 6d444cde..e2e52122 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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, |
