Skip to content

Commit

Permalink
Add highlighting test
Browse files Browse the repository at this point in the history
  • Loading branch information
johannescoetzee committed Jul 20, 2023
1 parent dda875e commit f894d1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/highlight/basics.scala
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,12 @@ object Hello {
// ^method
val hello2 = c"some $meth"
// ^method
val hello3 = s"$$$meth$hello2%"
// ^string
// ^punctuation.special
// ^method
// ^punctuation.special
// ^variable
// ^string
}

0 comments on commit f894d1d

Please sign in to comment.