From d5e87dde100a5a3377043fc55846c97b03b6b01f Mon Sep 17 00:00:00 2001 From: kghugo Date: Sat, 18 Sep 2021 21:15:37 +0100 Subject: Support hjson --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 9ad17fec4..f526fbb1d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -720,6 +720,15 @@ list.pioasm = { maintainers = { "@leo60228" }, } +list.hjson = { + install_info = { + url = "https://github.com/winston0410/tree-sitter-hjson", + files = { "src/parser.c" }, + generate_requires_npm = true, + }, + maintainers = { "@winston0410" }, +} + local M = { list = list, } -- cgit v1.2.3-70-g09d2