aboutsummaryrefslogtreecommitdiffstats
path: root/queries/dot/injections.scm
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-5/+0
|
* chore: query formattingPham Huy Hoang2024-01-191-3/+3
|
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-2/+5
| | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc
* Update DOT injectionsrydesun2021-09-161-0/+1
| | | | Add comment
* Add tree-sitter-dot (#1770)rydesun2021-09-011-0/+1
* 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