summaryrefslogtreecommitdiff
path: root/queries/lua/injections.scm
AgeCommit message (Collapse)Author
2022-08-23change: allow one or more leading `;`numToStr
2022-08-23injections(lua): highlight string as `query` if starts with `;; query`numToStr
2022-04-06Inject query into lua for set_query callsConnor Lay (Clay)
2022-01-18feat(lua)!: switch from our fork to MunifTanjim's (#2272)Christian Clason
also take queries from https://github.com/MunifTanjim/nvim-treesitter-lua/tree/main/queries/lua BREAKING CHANGE: queries are not compatible; modules will have to update
2021-11-23Prefer lua-match over matchLewis Russell
as string.find is much quicker than vim.regex:match*
2021-11-16Add basic vimscript injection in `vim.cmd`/`nvim_command`/`nvim_exec` (#1922)vhyrro
2021-09-25injections(lua): fix cdef injectionStephan Seitz
Fixes #1840
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
* Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-01-01Add c injection for ffi.cdef to luaSimon Hauser