diff options
| author | Jozef Grajciar <jozef.grajciar@gmail.com> | 2021-08-29 19:31:37 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-23 16:27:25 +0100 |
| commit | 045cb86d44d82aa050d70535c687e4d0bc2048f5 (patch) | |
| tree | 614fde189020de488f4a098707a915e9792c4e95 | |
| parent | fix: bump phpdoc parser to 0.0.6 (diff) | |
| download | nvim-treesitter-045cb86d44d82aa050d70535c687e4d0bc2048f5.tar nvim-treesitter-045cb86d44d82aa050d70535c687e4d0bc2048f5.tar.gz nvim-treesitter-045cb86d44d82aa050d70535c687e4d0bc2048f5.tar.bz2 nvim-treesitter-045cb86d44d82aa050d70535c687e4d0bc2048f5.tar.lz nvim-treesitter-045cb86d44d82aa050d70535c687e4d0bc2048f5.tar.xz nvim-treesitter-045cb86d44d82aa050d70535c687e4d0bc2048f5.tar.zst nvim-treesitter-045cb86d44d82aa050d70535c687e4d0bc2048f5.zip | |
Add tree-sitter-norg
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 2d96eb010..5d944ecc5 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -891,6 +891,15 @@ list.hack = { }, } +list.norg = { + install_info = { + url = "https://github.com/vhyrro/tree-sitter-norg", + branch = "main", + files = { "src/parser.c", "src/scanner.cc" }, + }, + maintainers = { "@JoeyGrajciar", "@vhyrro" }, +} + local M = { list = list, } |
