aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authoradrian5 <adrian5@users.noreply.github.com>2022-03-31 17:09:58 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-04-01 00:41:15 +0200
commitb474ad19d54f43bd1c78c7f669cbd0dd4f09ec11 (patch)
treee54268fcce56e191091e3313f80bade4771c2ad6 /.github
parentUpdate lockfile.json (diff)
downloadnvim-treesitter-b474ad19d54f43bd1c78c7f669cbd0dd4f09ec11.tar
nvim-treesitter-b474ad19d54f43bd1c78c7f669cbd0dd4f09ec11.tar.gz
nvim-treesitter-b474ad19d54f43bd1c78c7f669cbd0dd4f09ec11.tar.bz2
nvim-treesitter-b474ad19d54f43bd1c78c7f669cbd0dd4f09ec11.tar.lz
nvim-treesitter-b474ad19d54f43bd1c78c7f669cbd0dd4f09ec11.tar.xz
nvim-treesitter-b474ad19d54f43bd1c78c7f669cbd0dd4f09ec11.tar.zst
nvim-treesitter-b474ad19d54f43bd1c78c7f669cbd0dd4f09ec11.zip
github: Fix typo in template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/highlighting_issue.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/highlighting_issue.yml b/.github/ISSUE_TEMPLATE/highlighting_issue.yml
index a7527cef6..6667bd33f 100644
--- a/.github/ISSUE_TEMPLATE/highlighting_issue.yml
+++ b/.github/ISSUE_TEMPLATE/highlighting_issue.yml
@@ -14,7 +14,7 @@ body:
- 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 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).
+ - 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 not interfering (i.e., what you are observing is actual tree-sitter highlighting).
- type: textarea
attributes: