lite-xl/data/plugins
Francesco Abbate 4f68f7fd92 Try to fix problem with js syntax of '/=' operator
The operator '/=' was wrongly considered by the js syntax file as the
beginning of a regexp literal.

With this modification we modify the pattern for regexp literals to not
match expressions starting with '/='.

This doesn't seem entirely correct because apparently javascript can accept
regexp literals starting with '/=' but the rule used by the javascript
lexer is not known.
2021-09-06 09:31:17 +02:00
..
autocomplete.lua Bring back min len autocomplete default to 3 2021-08-30 14:35:42 +02:00
autoreload.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
contextmenu.lua add context menu options for logview 2021-08-24 11:31:22 +02:00
detectindent.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
language_c.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
language_cpp.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
language_css.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
language_html.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
language_js.lua Try to fix problem with js syntax of '/=' operator 2021-09-06 09:31:17 +02:00
language_lua.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
language_md.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
language_python.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
language_xml.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
lineguide.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
macro.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
projectsearch.lua Fix crash in project search when project has no files 2021-08-29 11:13:39 +02:00
quote.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
reflow.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
scale.lua Refactored minimum scale bug fix code 2021-08-28 16:00:41 +02:00
tabularize.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
toolbarview.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
treeview.lua Avoid exposing `treeview` commands when not usable 2021-09-02 23:19:40 +02:00
trimwhitespace.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
workspace.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00