| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-28 | Better 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-11 | plugin language_lua: added unescaped [=string=] support (#78) | Jefferson González | |
| 2023-05-22 | Merge lite-xl/lite-xl#1019 | jgmdev | |
| 2022-07-13 | [chore]: Delete useless $ | NCarrezDev | |
| follow up on Guldoman's comment | |||
| 2022-07-06 | [chore]: Update syntax | NCarrezDev | |
| 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-31 | plugins: dropped --lite-xl version tag | jgmdev | |
| 2022-04-03 | Bumping version numbers. | Adam Harrison | |
| 2021-12-26 | fallback to toggle-line-comment and vice versa if needed | takase1121 | |
| 2021-12-25 | add toggle-block-comment | takase1121 | |
| 2021-11-21 | Add names to language plugins | Guldoman | |
| 2021-08-17 | 2.0 changelog and modversion updates. | Adam Harrison | |
| 2021-08-11 | Revert language_lua | luarocks | |
| 2021-08-11 | Add textadept theme and correct language_lua just a bit | luarocks | |
| 2021-05-20 | Improved Lua syntax (#201) | liquidev | |
| * improved Lua syntax * added some missing cases with number literals | |||
| 2021-05-05 | Introduce new plugin versioning tag mod-version | Francesco 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-06 | Add plugin verification by version tag | Francesco Abbate | |
| 2020-07-01 | Added lua5.4 attribute support to `language_lua` | rxi | |
| 2020-06-08 | Added file-header pattern support to `syntax` | rxi | |
| 2020-05-12 | Fixed lua's multi-line comment syntax pattern | rxi | |
| Resolves #86 Resolves #87 | |||
| 2020-04-21 | Changed lua syntax to map label to function color | rxi | |
| 2020-04-21 | Added goto to lua language plugin | luveti | |
| 2020-03-07 | Moved .c, .lua and .md language syntaxes from core.syntax to plugins | rxi | |
