mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix readme typos
This commit is contained in:
parent
16af10999c
commit
d54fe4545b
1 changed files with 3 additions and 3 deletions
|
|
@ -301,10 +301,10 @@ If everything is okay, then it might be an actual error.
|
||||||
|
|
||||||
In both cases, feel free to open an issue here.
|
In both cases, feel free to open an issue here.
|
||||||
|
|
||||||
### I am expreiencing weird highlighting issues as in [#78[(https://github.com/nvim-treesitter/nvim-treesitter/issues/78)
|
### I experience weird highlighting issues similar to [#78](https://github.com/nvim-treesitter/nvim-treesitter/issues/78)
|
||||||
|
|
||||||
This is a weell known issue, that is caused by the tree and the buffer getting out of sync.
|
This is a well known issue, which arise when the tree and the buffer are getting out of sync. \
|
||||||
As this issue comes form upstream, we don't have any definitive fix. One thing you can do to force reparsing the whole buffer is to run :
|
As this issue comes from upstream, we don't have any finite fix. To get around this, you can force reparsing the buffer with this command:
|
||||||
```vim
|
```vim
|
||||||
:write | edit | TSBufEnable highlight
|
:write | edit | TSBufEnable highlight
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue