We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
using
1 parent 8ab092c commit e1277fdCopy full SHA for e1277fd
src/typescript/Scala.tmLanguage.ts
@@ -425,7 +425,7 @@ export const scalaTmLanguage: TmLanguage = {
425
'using': {
426
patterns: [
427
{
428
- match: `(?<=\\()\\s*(using)\\s+(?=[\\w\\d\\(\\.\\(\\{'"])`,
+ match: `(?<=\\()\\s*(using)\\s+(?=[\\w\\d\\(\\.\\(\\{'"$])`,
429
captures: {
430
'1': {
431
name: 'keyword.declaration.scala'
tests/unit/#180.test.scala
@@ -0,0 +1,4 @@
1
+// SYNTAX TEST "source.scala"
2
+
3
+ case '{ Array[T]()(using $ct) =>
4
+// ^^^^^ keyword.declaration.scala
0 commit comments