1
0
Fork 0
lite-xl-ignore-syntax/README.md

30 lines
955 B
Markdown
Raw Permalink Normal View History

2022-06-25 03:26:56 +00:00
# `.*ignore` syntax support plugin for lite-xl
2022-06-24 16:15:40 +00:00
[Lite-XL](https://lite-xl.com/) is lightweight, fast and customizable open-source code editor.
This plugin adds extra syntax highlighting for such fyletypes:
* `.gitignore`
* `.dockerignore`
* and any other `.blablablaignore` which has identical simple syntax rules.
Supported highlighting:
* comments;
* excluded (ignored) patterns;
* included (not-ignored) patterns.
You can use any of [these files](https://github.com/github/gitignore) to check how plugin works (just rename it to `.gitignore` or `.dockerignore`).
## How to install
To install a plugin:
* Drop `language_env.lua` file in:
* Linux: `~/.config/lite-xl/plugins/`
* MacOS: `~/.config/lite-xl/plugins/`
* Windows: `C:\Users\(username)\.config\lite-xl\plugins\`
* If lite-xl is already opened then `Ctrl+Shift+P => rst => <Enter>` to reboot editor's core and load plugin immidiately.
## License
[The MIT License](LICENSE)