Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit c3207e5

Browse files
authored
Update README.md
1 parent 64dd8f5 commit c3207e5

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,23 @@ It uses neovim's treesitter api to provide color definition for languages that h
88
The main goal is to provide a solid example on how to use this library. \
99
It can be used by those who need better syntax coloring in their neovim environment.
1010

11-
### Development of this plugin will continue when the treesitter api becomes more stable
12-
1311
### Notice
1412

1513
- Requires neovim v0.5
1614
- Is usable in the current state only to test and experiment
1715
- Only js filetypes are supported ATM
18-
- The plugin is under heavy development, it might change a lot or break things.
1916
- Even though its only to experiment while the neovim team is working on a better api, i still wish people to see what can be done with the treesitter API
2017

2118
### Installing
2219

23-
With plug: `Plug 'kyazdani42/highlight.lua'`
20+
With plug: `Plug 'nvim-treesitter/highlight.lua'`
2421

2522
You can install parsers running `:InstallTSParser LANGUAGE`. Only `javascript` is available at the moment. \
2623
The command does not work on windows and might not work on every OS. It depends on `git` and `gcc`.
2724

2825
### Screenshot
2926

30-
![alt text](.github/highlight.png?raw=true "javascript highlight")
31-
32-
### TODO
33-
34-
- Should warn the user to setup some colors for this plugin to work in case `g:terminal_color_[0-15]` are not defined
35-
- Option to disable the plugin on some languages
36-
- Option / command to disable the plugin
37-
- Command to list available languages
38-
- Better filetype handling
39-
- Provide docs
27+
![alt text](.github/highlight.png?raw=true "javascript highlight"
4028

4129
### Supported Languages
4230
|language|support

0 commit comments

Comments
 (0)