You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+2-14
Original file line number
Diff line number
Diff line change
@@ -8,35 +8,23 @@ It uses neovim's treesitter api to provide color definition for languages that h
8
8
The main goal is to provide a solid example on how to use this library. \
9
9
It can be used by those who need better syntax coloring in their neovim environment.
10
10
11
-
### Development of this plugin will continue when the treesitter api becomes more stable
12
-
13
11
### Notice
14
12
15
13
- Requires neovim v0.5
16
14
- Is usable in the current state only to test and experiment
17
15
- Only js filetypes are supported ATM
18
-
- The plugin is under heavy development, it might change a lot or break things.
19
16
- 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
20
17
21
18
### Installing
22
19
23
-
With plug: `Plug 'kyazdani42/highlight.lua'`
20
+
With plug: `Plug 'nvim-treesitter/highlight.lua'`
24
21
25
22
You can install parsers running `:InstallTSParser LANGUAGE`. Only `javascript` is available at the moment. \
26
23
The command does not work on windows and might not work on every OS. It depends on `git` and `gcc`.
0 commit comments