Skip to content

Commit

Permalink
Remove erased keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Jan 10, 2020
1 parent 7b5e29e commit 861d285
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 @@ -651,7 +651,7 @@ export const scalaTmLanguage: TmLanguage = {
name: 'storage.modifier.access'
},
{
match: '\\b(synchronized|@volatile|abstract|final|lazy|sealed|implicit|given|erased|enum|inline |opaque |override|@transient|@native)\\b',
match: '\\b(synchronized|@volatile|abstract|final|lazy|sealed|implicit|given|enum|inline |opaque |override|@transient|@native)\\b',
name: 'storage.modifier.other'
}
]
Expand Down
Loading

0 comments on commit 861d285

Please sign in to comment.