diff options
author | Duncan Lock <duncan.lock@gmail.com> | 2021-10-08 08:28:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 08:28:59 -0700 |
commit | c2890cef44e4c9e7c9eb9476db77d5938ef88362 (patch) | |
tree | c1ded7472513eccdbb6c5a664a6d21b3c10c64ed | |
parent | 42c4f8ea784e49c4a1e1cb37cf8b21e68c4802e4 (diff) | |
download | lite-xl-plugins-c2890cef44e4c9e7c9eb9476db77d5938ef88362.tar.gz lite-xl-plugins-c2890cef44e4c9e7c9eb9476db77d5938ef88362.zip |
Added ini to readme
-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 |