lite-xl/data/plugins
Francesco Abbate 5b0c420270
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-12-20 20:14:12 +01:00
..
autocomplete.lua revert new keyboard bindings 2021-09-09 07:44:58 +02:00
autoreload.lua Use dmon events in reload plugin 2021-10-08 23:15:25 +02:00
contextmenu.lua add context menu options for logview 2021-08-24 11:31:22 +02:00
detectindent.lua Adapt `detectindent` to the new indentation architecture 2021-12-20 19:53:08 +01:00
language_c.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_cpp.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_css.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_html.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_js.lua Try to fix problem with js syntax of '/=' operator 2021-12-20 20:14:12 +01:00
language_lua.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_md.lua Improved Markdown syntax highlighter 2021-12-20 20:13:37 +01:00
language_python.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_xml.lua Add names to language plugins 2021-11-21 03:46:43 +01: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 Small cleanup of `scale` plugin 2021-10-02 18:39:23 +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 Check the entire path in `TreeView` `new-file` and `new-folder` commands 2021-12-20 20:11:48 +01: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