aboutsummaryrefslogtreecommitdiffstats
path: root/queries/lua
Commit message (Expand)AuthorAgeFilesLines
* indents(lua): make ")" `@indent_endStephan Seitz2022-02-061-0/+2
* indents(lua): use `(comment) @auto`Stephan Seitz2022-02-051-1/+0
* indent(lua): ignore commentStephan Seitz2022-02-051-0/+1
* docs: add `@zero_indent` to CONTRIBUTING.mdStephan Seitz2022-02-051-1/+0
* indents(lua): fix comment indentationStephan Seitz2022-02-051-1/+1
* fix(indents): re-parse before each indentStephan Seitz2022-02-051-0/+1
* fix(indent): lua - support `@indent_end` (#2454)Munif Tanjim2022-02-041-0/+4
* highlights(lua): don't highlight arguments as parametersStephan Seitz2022-01-301-2/+0
* feat: rewrite indent moduleMunif Tanjim2022-01-211-2/+6
* feat: improve indent moduleMunif Tanjim2022-01-211-4/+7
* feat(lua)!: switch from our fork to MunifTanjim's (#2272)Christian Clason2022-01-185-194/+177
* highlights(lua): `next` as builtin functionnumToStr2021-12-131-0/+3
* Prefer lua-match over matchLewis Russell2021-11-232-5/+5
* Add basic vimscript injection in `vim.cmd`/`nvim_command`/`nvim_exec` (#1922)vhyrro2021-11-161-0/+26
* injections(lua): fix cdef injectionStephan Seitz2021-09-251-0/+15
* highlights(lua): Add Lua 5.1 built-in functionsSergio Alejandro Vargas2021-09-011-0/+9
* highlights(lua): Add semicolonsSergio Alejandro Vargas2021-08-171-1/+1
* Lua: highlight uppercase variables as constants (#1690)Santos Gallegos2021-08-141-0/+2
* highlights(lua): Organize `function_call` queriesSergio Alejandro Vargas2021-08-021-3/+6
* highlights(lua): Fix method callsSergio Alejandro Vargas2021-08-021-1/+1
* Lua: highlight function definitionsSantos Gallegos2021-07-071-0/+5
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-3/+1
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-1/+4
* feat: added `self` as builtin keyword for LuaFolke Lemaitre2021-06-171-0/+2
* Add `do_statement` to lua foldsSergio Alejandro Vargas2021-05-161-0/+1
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-1/+1
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-1/+1
* fix(lua): correctly highlight field namesThomas Vigouroux2021-04-221-1/+2
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-0/+2
* feat: use @ignore for comments and multiline stringselianiva2021-03-011-0/+2
* add do statement to lua indentskiyan2021-02-231-0/+1
* Lua: highlight fieldsSantos Gallegos2021-02-101-0/+1
* Lua: improve scope queriesSantos Gallegos2021-02-071-12/+12
* fix(lua): correctly handle do_statement in localsThomas Vigouroux2021-01-271-8/+12
* fix(lua): correctly highlight do_statementThomas Vigouroux2021-01-271-0/+6
* lua: Add more indent nodesLewis Russell2021-01-201-0/+4
* indent fixeskiyan422021-01-041-0/+1
* Add c injection for ffi.cdef to luaSimon Hauser2021-01-011-0/+10
* Remove duplicate capture for `function_definition`El Piloto2020-12-161-2/+4
* Capture anonymous functions assigned to variablesEl Piloto2020-12-161-0/+5
* lua: update to pull shebang fixThomas Vigouroux2020-11-252-2/+4
* lua: fix "then" highlightingThomas Vigouroux2020-11-231-2/+2
* Add lua params (#605)Chinmay Dalal2020-10-211-0/+4
* Treesitter indentkiyan422020-10-191-0/+23
* feat: Add more lua foldsMike2020-10-151-2/+3
* Remove textobjects moduleStephan Seitz2020-10-041-3/+0
* Add @keyword.operator for operators that are English words and add @exception...Stephan Seitz2020-09-191-3/+7
* Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz2020-09-141-0/+3
* Folds: rename query files to folds.scm to be consistentSantos Gallegos2020-09-141-0/+0
* Add folding for local functions in luaNolan Prochnau2020-09-101-0/+1