diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-16 14:36:08 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-16 15:52:24 +0100 |
| commit | 57d976cafa6072a8ef5105b9f2af1b078a6fc2ae (patch) | |
| tree | da4a0deaa442de2d4995851c2c5a7e3812ccf41e /.github/ISSUE_TEMPLATE | |
| parent | Update .github/ISSUE_TEMPLATE/highlighting_issue.yml (diff) | |
| download | nvim-treesitter-57d976cafa6072a8ef5105b9f2af1b078a6fc2ae.tar nvim-treesitter-57d976cafa6072a8ef5105b9f2af1b078a6fc2ae.tar.gz nvim-treesitter-57d976cafa6072a8ef5105b9f2af1b078a6fc2ae.tar.bz2 nvim-treesitter-57d976cafa6072a8ef5105b9f2af1b078a6fc2ae.tar.lz nvim-treesitter-57d976cafa6072a8ef5105b9f2af1b078a6fc2ae.tar.xz nvim-treesitter-57d976cafa6072a8ef5105b9f2af1b078a6fc2ae.tar.zst nvim-treesitter-57d976cafa6072a8ef5105b9f2af1b078a6fc2ae.zip | |
Update .github/ISSUE_TEMPLATE/highlighting_issue.yml
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/highlighting_issue.yml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/highlighting_issue.yml b/.github/ISSUE_TEMPLATE/highlighting_issue.yml index a028d3e46..ea9ad3cda 100644 --- a/.github/ISSUE_TEMPLATE/highlighting_issue.yml +++ b/.github/ISSUE_TEMPLATE/highlighting_issue.yml @@ -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: |
