Skip to content

Commit

Permalink
Remove outdated as (Dotty syntax)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Sep 17, 2019
1 parent 44af9ad commit d0b9bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/typescript/Scala.tmLanguage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ export const scalaTmLanguage: TmLanguage = {
inheritance: {
patterns: [
{
match: '(extends|with|derives|as)\\s+([^\\s\\{\\(\\[\\]]+)',
match: '(extends|with|derives)\\s+([^\\s\\{\\(\\[\\]]+)',
captures: {
'1': {
name: 'keyword.declaration.scala'
Expand Down
Loading

0 comments on commit d0b9bbd

Please sign in to comment.