diff options
author | Francesco <francesco.bbt@gmail.com> | 2021-10-08 20:13:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 20:13:14 +0200 |
commit | 6b2518a22f46e6571e3da6050c53790d03711e55 (patch) | |
tree | faf3656bf8a28e5bb1d01a47b51d877cdc952e3f /README.md | |
parent | 959f30770853c39a666b9fc125bbdff5464be9a2 (diff) | |
parent | c2890cef44e4c9e7c9eb9476db77d5938ef88362 (diff) | |
download | lite-xl-plugins-6b2518a22f46e6571e3da6050c53790d03711e55.tar.gz lite-xl-plugins-6b2518a22f46e6571e3da6050c53790d03711e55.zip |
Merge pull request #76 from dflock/patch-5
Add syntax highlighting for .ini files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ Plugin | Description [`language_go`](plugins/language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language [`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_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 |