summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2020-05-07 08:18:13 +0200
committerThomas Vigouroux <tomvig38@gmail.com>2020-05-07 13:04:53 +0200
commit703ccbec594219e0331c434ee57a0a48c92b280e (patch)
tree15d220a3581f2ceb24ab4fac079bdd5560efe62f /README.md
parent7682a1a49f7c3be58df18dfc18ad3ba65dd3be1f (diff)
docs: add statusline indicator informations.
Also document newly added parsers by adding them in the readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 67d90abb..5dcfc447 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ Some of these features are :
- [ ] Syntax based code folding
- [x] Consistent syntax highlighting (the api is not quite stable yet)
- [x] Cursor movement in node hierachy
+ - [x] Statusline indicator (`require'nvim-treesitter'.statusline(size)`)
You can find the roadmap [here](https://github.com/nvim-treesitter/nvim-treesitter/projects/1).
The roadmap and all features of this plugin are open to change, and any suggestion will be highly appreciated!
@@ -166,6 +167,13 @@ List of currently supported languages:
- [ ] julia
- [ ] php
- [ ] bash
+- [ ] scala
+- [ ] haskell
+- [ ] toml
+- [ ] vue
+- [ ] elm
+- [ ] yaml
+- [ ] nix
## Troubleshooting
Before doing anything run `:checkhealth nvim_treesitter`. This will help you find where the bug might come from.