From 20a226652c8e5742f7228b616445756aa82d9011 Mon Sep 17 00:00:00 2001 From: rydesun Date: Wed, 1 Sep 2021 22:25:45 +0800 Subject: Add tree-sitter-dot (#1770) * Add tree-sitter-dot * Fix DOT highlights * highlights(DOT): add HTML string * Remove DOT ftdetect Vim and Neovim runtime have added DOT filetype detection * Update DOT highlights --- 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 7b9d28b1f..9c59cbd9d 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -94,6 +94,15 @@ list.dockerfile = { maintainers = { "@camdencheek" }, } +list.dot = { + install_info = { + url = "https://github.com/rydesun/tree-sitter-dot", + branch = "main", + files = { "src/parser.c" }, + }, + maintainers = { "@rydesun" }, +} + list.rust = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-rust", -- cgit v1.2.3-70-g09d2