aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2021-02-24 11:22:59 +0000
committerGitHub <noreply@github.com>2021-02-24 11:22:59 +0000
commita82a24c5c5017004f4d61bfe66ef03e631e20707 (patch)
treebeb2dc3ac4386868d83e5526e70955270e7ef0a0 /README.md
parent5e0f136779dcc7bdd5f31ca3f55104b8b050c406 (diff)
parent5bc20211efd20f6a531990f8c99158b408a97b9f (diff)
downloadlite-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 537b2a6..47bd2f7 100644
--- a/README.md
+++ b/README.md
@@ -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