aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMahdi Hosseinzadeh <29678011+mahozad@users.noreply.github.com>2022-12-28 11:42:12 +0330
committerGitHub <noreply@github.com>2022-12-28 16:12:12 +0800
commita731a40f78a407387fd60589e39bda960bdf5f1b (patch)
tree50759ac74612387570387f1369db5f720128c228
parentbf459641a85ff1b4f24196ba6345de7bb8159884 (diff)
downloadrneovim-a731a40f78a407387fd60589e39bda960bdf5f1b.tar.gz
rneovim-a731a40f78a407387fd60589e39bda960bdf5f1b.tar.bz2
rneovim-a731a40f78a407387fd60589e39bda960bdf5f1b.zip
docs(README): add Kotlin as a language which can use the API (#21567)
Add Kotlin as a language which can use the API
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 227b028c01..2ca560e739 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Features
- Modern [GUIs](https://github.com/neovim/neovim/wiki/Related-projects#gui)
- [API access](https://github.com/neovim/neovim/wiki/Related-projects#api-clients)
- from any language including C/C++, C#, Clojure, D, Elixir, Go, Haskell, Java,
+ from any language including C/C++, C#, Clojure, D, Elixir, Go, Haskell, Java/Kotlin,
JavaScript/Node.js, Julia, Lisp, Lua, Perl, Python, Racket, Ruby, Rust
- Embedded, scriptable [terminal emulator](https://neovim.io/doc/user/nvim_terminal_emulator.html)
- Asynchronous [job control](https://github.com/neovim/neovim/pull/2247)