Improve PERL language, Symbols highlight and change types color

This commit is contained in:
Mattia Astorino 2020-01-10 14:47:05 +01:00
parent 5b330611cd
commit 7c057e59fc
No known key found for this signature in database
GPG key ID: CDFA82D8B1132C65
3 changed files with 6 additions and 6 deletions

View file

@ -36,7 +36,7 @@ export const getColorSet = (theme: ThemeSetting): IColorSet => {
storage: theme.scheme.base.purple,
string: theme.scheme.base.green,
stringEscape: theme.scheme.foreground,
type: theme.scheme.base.paleblue,
type: theme.scheme.base.yellow,
punctuation: theme.scheme.base.cyan,
otherKeyword: theme.scheme.base.orange,
variable: theme.scheme.foreground,