diff options
author | Anthony Axenov <anthonyaxenov@gmail.com> | 2022-06-25 11:52:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 05:52:37 +0200 |
commit | f2d19e431530274ba600cdb549986aceefc04623 (patch) | |
tree | 665a6ca82ab85a90d9ccfbfce2cde1a1da12cd75 | |
parent | a46a62608edd0ef50a8494e5c9502d94b8a145dc (diff) | |
download | lite-xl-plugins-f2d19e431530274ba600cdb549986aceefc04623.tar.gz lite-xl-plugins-f2d19e431530274ba600cdb549986aceefc04623.zip |
Added language_ignore plugin (#111)
* Added language_ignore plugin
I made simple syntax highlighting plugin for ignore-files. More info in my repo: https://github.com/anthonyaxenov/lite-xl-ignore-syntax
* Fixed asterisk after the language_ignore plugin
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -89,6 +89,7 @@ to something other than a raw file it should be marked with an asterisk.* | [`language_hs`](plugins/language_hs.lua?raw=1) | Syntax for the [Haskell](https://www.haskell.org/) programming language | | [`language_htaccess`](plugins/language_htaccess.lua?raw=1) | Syntax for [htaccess](https://en.wikipedia.org/wiki/.htaccess) files | | [`language_ini`](plugins/language_ini.lua?raw=1) | Syntax for [ini](https://en.wikipedia.org/wiki/INI_file) files | +| [`language_ignore`](https://github.com/anthonyaxenov/lite-xl-ignore-syntax)\* | Syntax for [.gitignore](https://git-scm.com/docs/gitignore), [.dockerignore](https://docs.docker.com/engine/reference/builder/#dockerignore-file) and some other `.*ignore` files | | [`language_java`](plugins/language_java.lua?raw=1) | Syntax for the [Java](https://en.wikipedia.org/wiki/Java_\(programming_language\)) programming language | | [`language_jiyu`](plugins/language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language | | [`language_jsx`](plugins/language_jsx.lua?raw=1) | Syntax for the [JSX](https://reactjs.org/docs/introducing-jsx.html) language for the React framework in JavaScript | |