summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/query.lua
AgeCommit message (Collapse)AuthorFiles
2024-11-21docs: misc (#31138)dundargoc1
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
2024-07-03fix(runtime): stop treesitter highlight in b:undo_ftplugin (#29533)zeertzjq1
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 '|'.
2024-01-28docs: enforce "treesitter" spelling #27110Jongwook Choi1
It's the "tree-sitter" project, but "treesitter" in our code and docs.
2022-05-09chore: format runtime with styluaChristian Clason1
2022-04-13fix(runtime): add syntax file for query (#18101)Christian Clason1
followup to #17905: also use Lisp syntax for treesitter queries