summaryrefslogtreecommitdiff
path: root/queries/lua/injections.scm
AgeCommit message (Expand)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
2021-11-23Prefer lua-match over matchLewis Russell
2021-11-16Add basic vimscript injection in `vim.cmd`/`nvim_command`/`nvim_exec` (#1922)vhyrro
2021-09-25injections(lua): fix cdef injectionStephan Seitz
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
2021-01-01Add c injection for ffi.cdef to luaSimon Hauser