Update .github/ISSUE_TEMPLATE/highlighting_issue.yml

Co-authored-by: Christian Clason <christian.clason@uni-due.de>
This commit is contained in:
Stephan Seitz
2022-01-16 14:36:08 +01:00
parent 93a10ebdd4
commit 57d976cafa

View File

@@ -8,15 +8,13 @@ body:
value: |
# Before reporting
Please perform the following steps before reporting an issue.
- I have updated my neovim version to latest _master_
- I have updated my plugin to the latest version
- I have run `:TSUpdate`
- I have updated my neovim version to latest _master_.
- I have updated my plugin to the latest version.
- I have run `:TSUpdate`.
- I have inspected the syntax tree using https://github.com/nvim-treesitter/playground and made sure
that no `ERROR` nodes are in the syntax tree. nvim-treesitter can not guarantee correct highlighting in the
presence or `ERROR`s. Please report the bug directly corresponding parser's repository in case you see
`ERROR` in the syntax tree. You can find all repository URLs in our REAMDE.md
- I have used `:TSHighlightCapturesUnderCursor` from https://github.com/nvim-treesitter/playground to inspect
what highlight groups is nvim-treesitter is using and that no `:h syntax` highlighting is interfering.
presence of `ERROR`s -- in this case, please report the bug directly at corresponding parser's repository. (You can find all repository URLs in [README.md](https://github.com/nvim-treesitter/nvim-treesitter#supported-languages).)
- I have used `:TSHighlightCapturesUnderCursor` from https://github.com/nvim-treesitter/playground to inspect which highlight groups Neovim is using and that legacy syntax highlighting is interfering (i.e., what you are observing is actual tree-sitter highlighting).
- type: textarea
attributes: