diff options
| author | Hugo Osvaldo Barrera <hugo@barrera.io> | 2021-02-17 09:43:59 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-02-17 09:48:07 +0100 |
| commit | b811344574073146668bf95e009a4704dbbf0a22 (patch) | |
| tree | b0ce6824c1cb95f3aecd673eb07bbecb2b74cbe6 /lua/nvim-treesitter/parsers.lua | |
| parent | 33a7a694d9b1dabf6b066c8ed542a175b563cd65 (diff) | |
Add README description for JSONC
Diffstat (limited to 'lua/nvim-treesitter/parsers.lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index e6fc0914..6aa7a8f3 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -307,7 +307,8 @@ list.jsonc = { install_info = { url = "https://gitlab.com/WhyNotHugo/tree-sitter-jsonc.git", files = { "src/parser.c" }, - } + }, + readme_name = "JSON with comments", } list.elm = { |
