summaryrefslogtreecommitdiffstats
path: root/queries/lua
Commit message (Expand)AuthorAgeFilesLines
* queries/*/highlights.scm : remove `@spell` for stringsShellCode332023-08-071-1/+1
* feat(lua): update highlights query for functions (#4919)Munif Tanjim2023-06-081-5/+32
* fix(lua_inject): remove need for surrounding quote (#4740)Pham Huy Hoang2023-04-301-2/+2
* refactor(lua): move _VERSION to `@constant.builtin`, builtin types to `@names...Amaan Qureshi2023-04-281-1/+7
* fix(lua): injection eq should be any-of (#4711)Amaan Qureshi2023-04-261-1/+1
* injections(lua): tweak query to capture string content (#4707)Munif Tanjim2023-04-251-1/+1
* injections(lua): highlight vim.api.nvim_exec2smjonas2023-04-241-2/+2
* injections(lua): highlight Lua code in vim.rpcrequest and vim.rpcnotifysmjonas2023-04-241-1/+8
* 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