summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-11 17:26:00 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-11 17:26:00 +0200
commit9984e73ff396b7da71bb19416f5ed15296d50d98 (patch)
treed727b030e5e73c9abe04cc9606973da2f84a4b28 /tests
parent2606034ac7e4565d0b53188ccdf446d83f0bcd59 (diff)
Fix highlighting of identifiers before brackets
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/compiler/highlight.pngbin80489 -> 81677 bytes
-rw-r--r--tests/typ/compiler/highlight.typ1
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/ref/compiler/highlight.png b/tests/ref/compiler/highlight.png
index 182aca45..7f69fd6b 100644
--- a/tests/ref/compiler/highlight.png
+++ b/tests/ref/compiler/highlight.png
Binary files differ
diff --git a/tests/typ/compiler/highlight.typ b/tests/typ/compiler/highlight.typ
index db2420a7..1cbeaf9d 100644
--- a/tests/typ/compiler/highlight.typ
+++ b/tests/typ/compiler/highlight.typ
@@ -38,4 +38,5 @@ $ #hello() $
$ #hello.world $
$ #hello.world() $
$ #box[] $
+#if foo []
```