Skip to content

Commit f544ee8

Browse files
Merge pull request #53 from scala/remove-as
Remove outdated `as` (Dotty syntax)
2 parents 44af9ad + d0b9bbd commit f544ee8

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)