diff options
author | rxi <rxi@users.noreply.github.com> | 2021-02-24 11:22:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-24 11:22:59 +0000 |
commit | a82a24c5c5017004f4d61bfe66ef03e631e20707 (patch) | |
tree | beb2dc3ac4386868d83e5526e70955270e7ef0a0 /README.md | |
parent | 5e0f136779dcc7bdd5f31ca3f55104b8b050c406 (diff) | |
parent | 5bc20211efd20f6a531990f8c99158b408a97b9f (diff) | |
download | lite-xl-plugins-a82a24c5c5017004f4d61bfe66ef03e631e20707.tar.gz lite-xl-plugins-a82a24c5c5017004f4d61bfe66ef03e631e20707.zip |
Merge pull request #115 from franko/objective-c
Add plugin for Objective C language
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ Plugin | Description [`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 [`language_nim`](plugins/language_nim.lua?raw=1) | Syntax for the [Nim](https://nim-lang.org) programming language +[`language_objc`](plugins/language_objc.lua?raw=1) | Syntax for the [Objective C](https://en.wikipedia.org/wiki/Objective-C) programming language [`language_odin`](plugins/language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language [`language_php`](plugins/language_php.lua?raw=1) | Syntax for the [PHP](https://php.net) programming language [`language_pico8`](plugins/language_pico8.lua?raw=1) | Syntax for [Pico-8](https://www.lexaloffle.com/pico-8.php) cartridge files |