diff options
| author | Jirgn <jirgn76@googlemail.com> | 2021-11-26 20:08:16 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-11-26 22:04:59 +0100 |
| commit | a0ad73493ea557089d8bb05a73349d760e5f3911 (patch) | |
| tree | a44f63511bf3e195c9ada82f73c6716259fec318 /tests/query/highlights/fusion/basic.fusion | |
| parent | fix: revert autogenerated lockfile for non fusion (diff) | |
| download | nvim-treesitter-a0ad73493ea557089d8bb05a73349d760e5f3911.tar nvim-treesitter-a0ad73493ea557089d8bb05a73349d760e5f3911.tar.gz nvim-treesitter-a0ad73493ea557089d8bb05a73349d760e5f3911.tar.bz2 nvim-treesitter-a0ad73493ea557089d8bb05a73349d760e5f3911.tar.lz nvim-treesitter-a0ad73493ea557089d8bb05a73349d760e5f3911.tar.xz nvim-treesitter-a0ad73493ea557089d8bb05a73349d760e5f3911.tar.zst nvim-treesitter-a0ad73493ea557089d8bb05a73349d760e5f3911.zip | |
fix: typo in highlight group punct(u)ation
Diffstat (limited to 'tests/query/highlights/fusion/basic.fusion')
| -rw-r--r-- | tests/query/highlights/fusion/basic.fusion | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/query/highlights/fusion/basic.fusion b/tests/query/highlights/fusion/basic.fusion index 7149956a1..5487127c8 100644 --- a/tests/query/highlights/fusion/basic.fusion +++ b/tests/query/highlights/fusion/basic.fusion @@ -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 |
