lite-xl/data/plugins
Jefferson González 431c8f4a36 detectindent: fix wrong detection reported by Adam (#1500)
* The comment patterns had to come before the string ones
* The smallest indentation size is now taken into consideration even if
  it only occurs once, we just make sure its size is more than 1 space.
2023-08-07 14:50:59 +01:00
..
autocomplete.lua add autocompletion to multicursor (#1394) 2023-08-07 14:50:58 +01:00
autoreload.lua NagView: properly rescale on scale change (#1379) 2023-08-07 14:50:58 +01:00
contextmenu.lua Context menu fixes and keyboard navigation (#1338) 2023-08-07 14:50:58 +01:00
detectindent.lua detectindent: fix wrong detection reported by Adam (#1500) 2023-08-07 14:50:59 +01:00
drawwhitespace.lua Disable `trimwhitespace` and `drawwhitespace` via their configs (#1446) 2023-08-07 14:50:58 +01:00
language_c.lua [chore]: Delete useless $ 2022-07-13 09:16:32 +02:00
language_cpp.lua [chore]: Delete useless $ 2022-07-13 09:16:32 +02:00
language_css.lua [chore]: Delete useless $ 2022-07-13 09:16:32 +02:00
language_html.lua [chore]: Update syntax 2022-07-06 10:15:44 +02:00
language_js.lua [chore]: Delete useless $ 2022-07-13 09:16:32 +02:00
language_lua.lua [chore]: Delete useless $ 2022-07-13 09:16:32 +02:00
language_md.lua language_md: add nix code block highlighting (#1323) 2023-08-07 14:50:43 +01:00
language_python.lua language_python: add syntax support for async/await 2022-08-16 09:52:46 +02:00
language_xml.lua plugins: dropped --lite-xl version tag 2022-05-31 16:34:14 -04:00
lineguide.lua plugin lineguide: be strict on drawing to DocView 2022-10-15 21:56:34 -04:00
linewrapping.lua Fixing linewrapping bug to do with wordwrapping. 2023-08-07 14:50:59 +01:00
macro.lua plugins: dropped --lite-xl version tag 2022-05-31 16:34:14 -04:00
projectsearch.lua plugins projectsearch: expose its functionality (#1235) 2022-12-14 11:53:20 -04:00
quote.lua Allow command predicates to manage parameters passed to the commands 2022-08-16 22:13:16 +02:00
reflow.lua Allow command predicates to manage parameters passed to the commands 2022-08-16 22:13:16 +02:00
scale.lua Restore horizontal scroll position after scale change (#494) 2023-08-07 14:50:59 +01:00
tabularize.lua Allow command predicates to manage parameters passed to the commands 2022-08-16 22:13:16 +02:00
toolbarview.lua Allowed for overrides of toolbar items, so plugins can add things if they want to with different fonts. (#1157) 2023-08-07 14:50:59 +01:00
treeview.lua Make `TreeView` follow the current tab (#1411) 2023-08-07 14:50:58 +01:00
trimwhitespace.lua Disable `trimwhitespace` and `drawwhitespace` via their configs (#1446) 2023-08-07 14:50:58 +01:00
workspace.lua Changed workspace to accommodate other views. (#1121) 2022-10-09 19:55:07 -07:00