diff options
| author | postsolar <120750161+postsolar@users.noreply.github.com> | 2023-11-08 18:07:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-08 18:07:02 +0200 |
| commit | bf18ff20ae4d7b667b5e7ede0244c6596427d69e (patch) | |
| tree | a3fc33da986596dabbf5740f43cb456b0183f113 /lua | |
| parent | Update README (diff) | |
| download | nvim-treesitter-bf18ff20ae4d7b667b5e7ede0244c6596427d69e.tar nvim-treesitter-bf18ff20ae4d7b667b5e7ede0244c6596427d69e.tar.gz nvim-treesitter-bf18ff20ae4d7b667b5e7ede0244c6596427d69e.tar.bz2 nvim-treesitter-bf18ff20ae4d7b667b5e7ede0244c6596427d69e.tar.lz nvim-treesitter-bf18ff20ae4d7b667b5e7ede0244c6596427d69e.tar.xz nvim-treesitter-bf18ff20ae4d7b667b5e7ede0244c6596427d69e.tar.zst nvim-treesitter-bf18ff20ae4d7b667b5e7ede0244c6596427d69e.zip | |
feat(purescript): add parser and queries (#5626)
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 9c4ac31f9..2671a7ae7 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1418,6 +1418,14 @@ list.puppet = { maintainers = { "@amaanq" }, } +list.purescript = { + install_info = { + url = "https://github.com/postsolar/tree-sitter-purescript", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@postsolar" }, +} + list.pymanifest = { install_info = { url = "https://github.com/ObserverOfTime/tree-sitter-pymanifest", |
