diff options
| author | Jirgn <jirgn76@googlemail.com> | 2021-12-05 23:26:59 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-12-06 21:51:53 +0100 |
| commit | f51aa0b75ebc09e811fb775932635e80bfc8d343 (patch) | |
| tree | ef748b198439d587e6b88e55d3b0d019d46dd83e /tests/query/highlights | |
| parent | ci: open PRs to update README (diff) | |
| download | nvim-treesitter-f51aa0b75ebc09e811fb775932635e80bfc8d343.tar nvim-treesitter-f51aa0b75ebc09e811fb775932635e80bfc8d343.tar.gz nvim-treesitter-f51aa0b75ebc09e811fb775932635e80bfc8d343.tar.bz2 nvim-treesitter-f51aa0b75ebc09e811fb775932635e80bfc8d343.tar.lz nvim-treesitter-f51aa0b75ebc09e811fb775932635e80bfc8d343.tar.xz nvim-treesitter-f51aa0b75ebc09e811fb775932635e80bfc8d343.tar.zst nvim-treesitter-f51aa0b75ebc09e811fb775932635e80bfc8d343.zip | |
feat(fusion): update tests
Diffstat (limited to 'tests/query/highlights')
| -rw-r--r-- | tests/query/highlights/fusion/basic.fusion | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/query/highlights/fusion/basic.fusion b/tests/query/highlights/fusion/basic.fusion index 644a2d9e3..d2ee5a5b9 100644 --- a/tests/query/highlights/fusion/basic.fusion +++ b/tests/query/highlights/fusion/basic.fusion @@ -3,11 +3,11 @@ include: SomeFile.fusion // ^punctuation.delimiter // ^text.uri -namespace ns = Neos.Fusion.Space +namespace: ns = Neos.Fusion.Space //<- keyword -// ^namespace -// ^operator -// ^namespace +// ^namespace +// ^operator +// ^namespace prototype(MyType) < prototype(ns:SuperType) { //<-keyword |
