diff options
author | Francesco <francesco.bbt@gmail.com> | 2021-09-15 22:35:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 22:35:04 +0200 |
commit | 2472c4807d40d7d91b5110bb5a4e2d101fabb82a (patch) | |
tree | 988104e3767cff26315c2738c6a3dbeaf97c1f9e /README.md | |
parent | 772127fd681d21bab227ba45359836f3a8d1014a (diff) | |
parent | ca995e592625832b5acdc8cb3a78489b8311e764 (diff) | |
download | lite-xl-plugins-2472c4807d40d7d91b5110bb5a4e2d101fabb82a.tar.gz lite-xl-plugins-2472c4807d40d7d91b5110bb5a4e2d101fabb82a.zip |
Merge pull request #72 from gjirokastrelbasanit34/master
Add R scripting language syntax support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ Plugin | Description [`language_pony`*](https://github.com/MrAnyx/lite-plugin-pony) | Syntax for [Pony](https://www.ponylang.io/) programming language [`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_r`](plugins/language_R.lua?raw=1) | Syntax for [R](https://www.r-project.org/) scripting language [`language_rescript`](plugins/language_rescript.lua?raw=1) | Syntax for the [ReScript](https://rescript-lang.org/) programming 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 |