diff options
author | Mahdi Hosseinzadeh <29678011+mahozad@users.noreply.github.com> | 2022-12-28 11:42:12 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-28 16:12:12 +0800 |
commit | a731a40f78a407387fd60589e39bda960bdf5f1b (patch) | |
tree | 50759ac74612387570387f1369db5f720128c228 | |
parent | bf459641a85ff1b4f24196ba6345de7bb8159884 (diff) | |
download | rneovim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |