lite-xl/data/plugins
Francesco Abbate c042bfc907 Change project files output to not include a prefix '/' in filename
It make sense to not put the initial '/' in the filename as the name
is relative to the top directory it belongs to.

By removing the the initial '/' in the filename we can re-introduce the
variable

core.project_files

to stay compatible with standard Lite. The project_files variable will
always point to the files table of the first entry of
core.project_directories.
2020-12-28 10:26:27 +01:00
..
autocomplete.lua Add a warning when disable auto-complete due to too many symbols 2020-11-17 12:34:46 +01:00
autoreload.lua Changed autoreload to strip carriage-returns on reload 2020-05-21 09:58:47 +01:00
detectindent.lua Include detect-indent improved plugin into Lite XL 2020-11-21 23:22:44 +01:00
language_c.lua Moved .c, .lua and .md language syntaxes from core.syntax to plugins 2020-03-07 15:53:54 +00:00
language_css.lua Initial commit 2019-12-28 11:17:56 +00:00
language_js.lua language_js improvements 2020-06-05 22:38:06 +01:00
language_lua.lua Added lua5.4 attribute support to `language_lua` 2020-07-01 09:26:41 +01:00
language_md.lua Added double-backtick support to language_md plugin 2020-05-11 20:31:35 +01:00
language_python.lua Added file-header pattern support to `syntax` 2020-06-08 16:11:22 +01:00
language_xml.lua Added file-header pattern support to `syntax` 2020-06-08 16:11:22 +01:00
macro.lua Initial commit 2019-12-28 11:17:56 +00:00
projectsearch.lua Change project files output to not include a prefix '/' in filename 2020-12-28 10:26:27 +01:00
quote.lua Initial commit 2019-12-28 11:17:56 +00:00
reflow.lua Initial commit 2019-12-28 11:17:56 +00:00
tabularize.lua Initial commit 2019-12-28 11:17:56 +00:00
treeview.lua Change project files output to not include a prefix '/' in filename 2020-12-28 10:26:27 +01:00
trimwhitespace.lua Changed `trimwhitespace` to never cause caret to reposition 2020-06-19 12:09:00 +01:00