Improve PERL language, Symbols highlight and change types color
This commit is contained in:
parent
5b330611cd
commit
7c057e59fc
3 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue