We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b8880 commit 5d46fc7Copy full SHA for 5d46fc7
src/typescript/Scala.tmLanguage.ts
@@ -191,11 +191,11 @@ export const scalaTmLanguage: TmLanguage = {
191
name: 'constant.numeric.scala'
192
},
193
{
194
- match: '\\b(([0-9][0-9_]*(\\.[0-9][0-9_]*)?)([eE](\\+|-)?[0-9][0-9_]*)?|[0-9][0-9_]*)([LlFfDd]|UL|ul)?\\b',
+ match: '\\b(([0-9][0-9_]*(\\.[0-9][0-9_]*)?)([eE](\\+|-)?[0-9][0-9_]*)?|[0-9][0-9_]*)[LlFfDd]?\\b',
195
196
197
198
- match: '(\\.[0-9][0-9_]*)([eE](\\+|-)?[0-9][0-9_]*)?([LlFfDd]|UL|ul)?\\b',
+ match: '(\\.[0-9][0-9_]*)([eE](\\+|-)?[0-9][0-9_]*)?[LlFfDd]?\\b',
199
200
201
0 commit comments