aboutsummaryrefslogtreecommitdiffstats
path: root/queries/lua
Commit message (Expand)AuthorAgeFilesLines
* fix: `get_range` shim for playgroundTom van Dijk2023-03-241-1/+1
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-6/+7
* fix: shim 0.9 deprecationsLewis Russell2023-03-241-1/+1
* feat: add LuadocAmaan Qureshi2023-03-201-0/+4
* queries(lua): add more keywords related to variable/function builtins, debug,...Amaan Qureshi2023-03-201-3/+9
* fix(lua): properly highlight labelsAmaan Qureshi2023-03-201-2/+7
* feat(lua): add more builtin variables per lua_lsAmaan Qureshi2023-03-111-1/+1
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-051-0/+6
* feat(lua): add luap injectionsAmaan Qureshi2023-03-041-0/+26
* Extend injections for Lua to use query parserCameron2023-02-241-1/+1
* highlights(lua): use @method.callJaehwang Jung2022-12-151-1/+1
* lua: update queriesChristian Clason2022-11-011-0/+5
* locals(lua): fix directive not applyingbeardedsakimonkey2022-10-171-6/+6
* highlights: use @preproc where appropriateObserverOfTime2022-10-151-1/+1
* feat(spell): support more languagesLewis Russell2022-09-261-4/+2
* highlights(lua): add spellLewis Russell2022-09-121-0/+2
* change: allow one or more leading `;`numToStr2022-08-231-1/+1
* injections(lua): highlight string as `query` if starts with `;; query`numToStr2022-08-231-0/+3
* Split func/method definition from calls in several programming language querieslfenzo2022-08-031-2/+2
* fix(indents): indents for error block (css, lua) (#3207)Kiyan2022-07-211-0/+2
* highlights(lua): use `#eq?` instead of `#match?`Janfel2022-06-241-1/+1
* highlights(lua): highlight only `self` as `self`Janfel2022-06-241-1/+1
* fix(indent/lua): wrong for nested tables due to branch on opening pairsJędrzej Boczar2022-04-061-3/+0
* Inject query into lua for set_query callsConnor Lay (Clay)2022-04-061-0/+5
* fix(lua): restore precedence for @variable.builtin and @constant.builtinChristian Clason2022-03-121-14/+12
* 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