Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyaxenov/lite-xl-ignore-syntax
.gitignore and .dockerignore syntax highlighting plugin for lite-xl editor
https://github.com/anthonyaxenov/lite-xl-ignore-syntax
dockerignore gitignore ignore lite-xl plugin syntax-highlighting
Last synced: 5 days ago
JSON representation
.gitignore and .dockerignore syntax highlighting plugin for lite-xl editor
- Host: GitHub
- URL: https://github.com/anthonyaxenov/lite-xl-ignore-syntax
- Owner: anthonyaxenov
- License: mit
- Created: 2022-06-24T15:53:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T14:45:21.000Z (about 2 years ago)
- Last Synced: 2024-05-21T07:09:36.827Z (6 months ago)
- Topics: dockerignore, gitignore, ignore, lite-xl, plugin, syntax-highlighting
- Language: Lua
- Homepage: https://git.axenov.dev/anthony/lite-xl-ignore-syntax
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `.*ignore` syntax support plugin for lite-xl
[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 => ` to reboot editor's core and load plugin immidiately.## License
[The MIT License](LICENSE)