mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -04:00
fix: typo in highlight group punct(u)ation
This commit is contained in:
parent
49f0ef8e54
commit
a0ad73493e
3 changed files with 14 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
include: SomeFile.fusion
|
||||
//<- include
|
||||
// ^punctation.delimiter
|
||||
// ^punctuation.delimiter
|
||||
// ^uri
|
||||
|
||||
namespace ns = Neos.Fusion.Space
|
||||
|
|
@ -11,9 +11,9 @@ namespace ns = Neos.Fusion.Space
|
|||
|
||||
prototype(MyType) < prototype(ns:SuperType) {
|
||||
//<-keyword
|
||||
// ^punctation.bracket
|
||||
// ^punctuation.bracket
|
||||
// ^type
|
||||
// ^punctation.bracket
|
||||
// ^punctuation.bracket
|
||||
// ^operator
|
||||
// ^namespace
|
||||
// ^type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue