Skip to content

Commit d0b9bbd

Browse files
committed
Remove outdated as (Dotty syntax)
Removed in scala/scala3#7210
1 parent 44af9ad commit d0b9bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/typescript/Scala.tmLanguage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ export const scalaTmLanguage: TmLanguage = {
815815
inheritance: {
816816
patterns: [
817817
{
818-
match: '(extends|with|derives|as)\\s+([^\\s\\{\\(\\[\\]]+)',
818+
match: '(extends|with|derives)\\s+([^\\s\\{\\(\\[\\]]+)',
819819
captures: {
820820
'1': {
821821
name: 'keyword.declaration.scala'

0 commit comments

Comments
 (0)