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
This commit is contained in:
rydesun 2021-09-01 22:25:45 +08:00 committed by GitHub
parent 34de06d4e8
commit f900e5dfc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 56 additions and 0 deletions

View file

@ -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",