commit a731a40f78a407387fd60589e39bda960bdf5f1b
parent bf459641a85ff1b4f24196ba6345de7bb8159884
Author: Mahdi Hosseinzadeh <29678011+mahozad@users.noreply.github.com>
Date: Wed, 28 Dec 2022 11:42:12 +0330
docs(README): add Kotlin as a language which can use the API (#21567)
Add Kotlin as a language which can use the API
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)