aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query')
-rw-r--r--tests/query/highlights/fusion/basic.fusion6
-rw-r--r--tests/query/highlights/fusion/expressions.fusion14
2 files changed, 10 insertions, 10 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
diff --git a/tests/query/highlights/fusion/expressions.fusion b/tests/query/highlights/fusion/expressions.fusion
index db71a628a..6646eadac 100644
--- a/tests/query/highlights/fusion/expressions.fusion
+++ b/tests/query/highlights/fusion/expressions.fusion
@@ -24,18 +24,18 @@ propertyPath = ${property.path}
// ^variable
array = ${[]}
-// ^punctation.bracket
+// ^punctuation.bracket
array = ${[true, 'string', 1, [true]]}
-// ^punctation.bracket
+// ^punctuation.bracket
// ^boolean
// ^string
// ^number
-// ^punctation.bracket
+// ^punctuation.bracket
// ^boolean
object = ${{}}
-// ^punctation.bracket
+// ^punctuation.bracket
object = ${{first: 'value', second: true, third: [], fourth: object.path }}
// ^property
@@ -43,7 +43,7 @@ object = ${{first: 'value', second: true, third: [], fourth: object.path }}
// ^property
// ^boolean
// ^property
-// ^punctation.bracket
+// ^punctuation.bracket
// ^property
// ^variable
@@ -68,7 +68,7 @@ logic = ${!foo && !(bar || baz) and not 'string'}
// ^operator
ternary = ${ check ? true : false}
-// ^punctation.delimiter
-// ^punctation.delimiter
+// ^punctuation.delimiter
+// ^punctuation.delimiter