aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/query.lua
Commit message (Collapse)AuthorAge
* docs: misc (#31138)dundargoc2024-11-21
| | | Co-authored-by: zeertzjq <zeertzjq@outlook.com>
* fix(runtime): stop treesitter highlight in b:undo_ftplugin (#29533)zeertzjq2024-07-03
| | | | | | It seems that nvim-treesitter stops treesitter highlight when changing filetype, so it makes sense for builtin ftplugins to do this as well. Use :call and v:lua here to allow separation with '|'.
* docs: enforce "treesitter" spelling #27110Jongwook Choi2024-01-28
| | | It's the "tree-sitter" project, but "treesitter" in our code and docs.
* chore: format runtime with styluaChristian Clason2022-05-09
|
* fix(runtime): add syntax file for query (#18101)Christian Clason2022-04-13
followup to #17905: also use Lisp syntax for treesitter queries