summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/parsers.lua
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera <hugo@barrera.io>2021-02-17 09:43:59 +0100
committerStephan Seitz <stephan.lauf@yahoo.de>2021-02-17 09:48:07 +0100
commitb811344574073146668bf95e009a4704dbbf0a22 (patch)
treeb0ce6824c1cb95f3aecd673eb07bbecb2b74cbe6 /lua/nvim-treesitter/parsers.lua
parent33a7a694d9b1dabf6b066c8ed542a175b563cd65 (diff)
Add README description for JSONC
Diffstat (limited to 'lua/nvim-treesitter/parsers.lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua3
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 = {