aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/language_lua.lua
AgeCommit message (Collapse)Author
2024-06-28Better matching of placeholder chars (_) on lua (#112)Jefferson González
This change betters handle matching of placeholder chars, the given example now is better matched by the lua syntax plugin: ```lua for _, _, value in some_iterator_that_returns_3() do -- ... end ```
2024-03-11plugin language_lua: added unescaped [=string=] support (#78)Jefferson González
2023-05-22Merge lite-xl/lite-xl#1019jgmdev
2022-07-13[chore]: Delete useless $NCarrezDev
follow up on Guldoman's comment
2022-07-06[chore]: Update syntaxNCarrezDev
Harmonizing the syntax files Now inline comment are a single string instead of a table of strings. -(language_c): Removed whitespaces breaking indent -(language_html): Removed trailing whitespace
2022-05-31plugins: dropped --lite-xl version tagjgmdev
2022-04-03Bumping version numbers.Adam Harrison
2021-12-26fallback to toggle-line-comment and vice versa if neededtakase1121
2021-12-25add toggle-block-commenttakase1121
2021-11-21Add names to language pluginsGuldoman
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-08-11Revert language_lualuarocks
2021-08-11Add textadept theme and correct language_lua just a bitluarocks
2021-05-20Improved Lua syntax (#201)liquidev
* improved Lua syntax * added some missing cases with number literals
2021-05-05Introduce new plugin versioning tag mod-versionFrancesco Abbate
New plugins should use the version tag: -- mod-version: 1 The old version tag "-- lite-xl 1.16" will be considerer equivalent to mod-version 1.
2021-04-06Add plugin verification by version tagFrancesco Abbate
2020-07-01Added lua5.4 attribute support to `language_lua`rxi
2020-06-08Added file-header pattern support to `syntax`rxi
2020-05-12Fixed lua's multi-line comment syntax patternrxi
Resolves #86 Resolves #87
2020-04-21Changed lua syntax to map label to function colorrxi
2020-04-21Added goto to lua language pluginluveti
2020-03-07Moved .c, .lua and .md language syntaxes from core.syntax to pluginsrxi