diff options
author | Anthony Axenov <anthonyaxenov@gmail.com> | 2022-06-25 11:52:37 +0800 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2022-06-25 05:56:37 +0200 |
commit | d07479ae4387008b0b8f8dd4ad8420746a130131 (patch) | |
tree | 5e35a3da0c5e2c2e5b34113f7e0690d2f76f5d14 | |
parent | c55d745fe75a4dc49c09da1cfe11eb8a31404b44 (diff) | |
download | lite-xl-plugins-d07479ae4387008b0b8f8dd4ad8420746a130131.tar.gz lite-xl-plugins-d07479ae4387008b0b8f8dd4ad8420746a130131.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
@@ -88,6 +88,7 @@ to something other than a raw file it should be marked with an asterisk.* | [`language_hlsl`](plugins/language_hlsl.lua?raw=1) | Syntax for the [HLSL](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl) programming language | | [`language_hs`](plugins/language_hs.lua?raw=1) | Syntax for the [Haskell](https://www.haskell.org/) programming language | | [`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 | |