Skip to content

Commit 2052b44

Browse files
Do not highlight self as a keyword
1 parent 262a97a commit 2052b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typescript/Scala.tmLanguage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const scalaTmLanguage: TmLanguage = {
121121
name: 'constant.numeric.scala'
122122
},
123123
{
124-
match: '\\b(this|super|self)\\b',
124+
match: '\\b(this|super)\\b',
125125
name: 'variable.language.scala'
126126
}
127127
]

0 commit comments

Comments
 (0)