We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
using
1 parent d7da800 commit f2d360cCopy full SHA for f2d360c
src/typescript/Scala.tmLanguage.ts
@@ -485,7 +485,7 @@ export const scalaTmLanguage: TmLanguage = {
485
'using': {
486
patterns: [
487
{
488
- match: `(?<=\\()\\s*(using)\\s+(?=[\\w\\d\\(\\.\\(\\{'"])`,
+ match: `(?<=\\()\\s*(using)\\s+(?=[\\w\\d\\(\\.\\(\\{'"$])`,
489
captures: {
490
'1': {
491
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