aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrancesco <francesco.bbt@gmail.com>2021-04-24 19:18:36 +0200
committerGitHub <noreply@github.com>2021-04-24 19:18:36 +0200
commit51cde28ea3a59e53ae90d38e1e5e8e120d23a52c (patch)
tree05db762011ba911df9fbc03d67e57603b3a89e46 /README.md
parentda0d30232e1a64ece2831513c348c1b468751726 (diff)
parentf4e8f7420729143e25faecf9fd98dc5d6051cbe1 (diff)
downloadlite-xl-plugins-51cde28ea3a59e53ae90d38e1e5e8e120d23a52c.tar.gz
lite-xl-plugins-51cde28ea3a59e53ae90d38e1e5e8e120d23a52c.zip
Merge pull request #6 from adamharrison/master
Added JSX and Ruby syntax highlighting.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6460bef..d74e583 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,7 @@ Plugin | Description
[`language_hs`](plugins/language_hs.lua?raw=1) | Syntax for the [Haskell](https://www.haskell.org/) programming language
[`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
[`language_ksy`](https://raw.githubusercontent.com/whiteh0le/lite-plugins/main/plugins/language_ksy.lua?raw=1) | Syntax for [Kaitai](http://kaitai.io/) struct files
[`language_make`](plugins/language_make.lua?raw=1) | Syntax for the Make build system language
[`language_meson`](plugins/language_meson.lua?raw=1) | Syntax for the [Meson](https://mesonbuild.com) build system language
@@ -68,6 +69,7 @@ Plugin | Description
[`language_powershell`](plugins/language_powershell.lua?raw=1) | Syntax for [PowerShell](https://docs.microsoft.com/en-us/powershell) scripting language
[`language_psql`](plugins/language_psql.lua?raw=1) | Syntax for the postgresql database access language
[`language_rust`](plugins/language_rust.lua?raw=1) | Syntax for the [Rust](https://rust-lang.org/) programming language
+[`language_ruby`](plugins/language_ruby.lua?raw=1) | Syntax for the [Ruby](https://www.ruby-lang.org/) programming language
[`language sass`](plugins/language_sass.lua?raw=1) | Syntax for the [Sass](https://sass-lang.com/) CSS preprocessor
[`language_sh`](plugins/language_sh.lua?raw=1) | Syntax for shell scripting language
[`language_teal`](plugins/language_teal.lua?raw=1) | Syntax for the [Teal](https://github.com/teal-language/tl) programming language, a typed dialect of Lua.