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.
alphaId
1 parent f450a3d commit 8e22fd2Copy full SHA for 8e22fd2
src/typescript/Scala.tmLanguage.ts
@@ -9,7 +9,6 @@ const letterChars = `${upperLetterChars}${lowerLetterChars}`
9
const letter = `[${letterChars}]`
10
const letterOrDigitChars = `${letterChars}0-9`
11
const letterOrDigit = `[${letterOrDigitChars}]`
12
-const alphaId = `${letter}+`
13
const letterOrDigitNoDollarSign = letterOrDigit.replace("\\$", "")
14
const simpleInterpolatedVariable = `${letter}${letterOrDigitNoDollarSign}*` // see SIP-11 https://docs.scala-lang.org/sips/string-interpolation.html
15
const opchar = `[!#%&*+\\-\\/:<>=?@^|~\\p{Sm}\\p{So}]`
0 commit comments