diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-02-27 21:18:00 -0500 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-02-28 17:48:11 -0500 |
| commit | 3fe80dbecdf1fa88cf81a4d7b30ab0714f8c443a (patch) | |
| tree | 1cc3d29de9efed6acb83c2b5d83b0177cebe7999 /lua | |
| parent | python(highlights): adapt query to parser change (diff) | |
| download | nvim-treesitter-3fe80dbecdf1fa88cf81a4d7b30ab0714f8c443a.tar nvim-treesitter-3fe80dbecdf1fa88cf81a4d7b30ab0714f8c443a.tar.gz nvim-treesitter-3fe80dbecdf1fa88cf81a4d7b30ab0714f8c443a.tar.bz2 nvim-treesitter-3fe80dbecdf1fa88cf81a4d7b30ab0714f8c443a.tar.lz nvim-treesitter-3fe80dbecdf1fa88cf81a4d7b30ab0714f8c443a.tar.xz nvim-treesitter-3fe80dbecdf1fa88cf81a4d7b30ab0714f8c443a.tar.zst nvim-treesitter-3fe80dbecdf1fa88cf81a4d7b30ab0714f8c443a.zip | |
feat: add passwd
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 2719194bc..2c8956f67 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1003,6 +1003,14 @@ list.pascal = { maintainers = { "@Isopod" }, } +list.passwd = { + install_info = { + url = "https://github.com/ath3/tree-sitter-passwd", + files = { "src/parser.c" }, + }, + maintainers = { "@amaanq" }, +} + list.perl = { install_info = { url = "https://github.com/ganezdragon/tree-sitter-perl", |
