diff options
| author | rydesun <rydesun@gmail.com> | 2021-09-01 22:25:45 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 09:25:45 -0500 |
| commit | f900e5dfc889f5c48803d0723ec395ffe46e7bad (patch) | |
| tree | db9d99606fc25ae9e99406d9482d97d9e913aaad /README.md | |
| parent | 34de06d4e8fc46090325dcaa3e8d74e295dd8ef1 (diff) | |
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
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -159,6 +159,7 @@ We are looking for maintainers to add more parsers and to write query files for - [x] [dart](https://github.com/UserNobody14/tree-sitter-dart) (maintained by @Akin909) - [x] [devicetree](https://github.com/joelspadin/tree-sitter-devicetree) (maintained by @jedrzejboczar) - [x] [dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile) (maintained by @camdencheek) +- [x] [DOT](https://github.com/rydesun/tree-sitter-dot) (maintained by @rydesun) - [x] [elixir](https://github.com/ananthakumaran/tree-sitter-elixir) (maintained by @nifoc) - [ ] [elm](https://github.com/elm-tooling/tree-sitter-elm) - [x] [erlang](https://github.com/AbstractMachinesLab/tree-sitter-erlang) (maintained by @ostera) |
