Skip to content

Commit a1e3f4f

Browse files
Do not tag Nil|None as primitive constant values
1 parent 2052b44 commit a1e3f4f

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
@@ -113,7 +113,7 @@ export const scalaTmLanguage: TmLanguage = {
113113
constants: {
114114
patterns: [
115115
{
116-
match: '\\b(false|null|true|Nil|None)\\b',
116+
match: '\\b(false|null|true)\\b',
117117
name: 'constant.language.scala'
118118
},
119119
{

0 commit comments

Comments
 (0)