Начат фронтенд
This commit is contained in:
22
node_modules/postcss/lib/terminal-highlight.js
generated
vendored
22
node_modules/postcss/lib/terminal-highlight.js
generated
vendored
@@ -11,21 +11,21 @@ function registerInput(dependant) {
|
||||
}
|
||||
|
||||
const HIGHLIGHT_THEME = {
|
||||
';': pico.yellow,
|
||||
':': pico.yellow,
|
||||
'brackets': pico.cyan,
|
||||
'at-word': pico.cyan,
|
||||
'comment': pico.gray,
|
||||
'string': pico.green,
|
||||
'class': pico.yellow,
|
||||
'hash': pico.magenta,
|
||||
'call': pico.cyan,
|
||||
'(': pico.cyan,
|
||||
')': pico.cyan,
|
||||
'[': pico.yellow,
|
||||
']': pico.yellow,
|
||||
'{': pico.yellow,
|
||||
'}': pico.yellow,
|
||||
'at-word': pico.cyan,
|
||||
'brackets': pico.cyan,
|
||||
'call': pico.cyan,
|
||||
'class': pico.yellow,
|
||||
'comment': pico.gray,
|
||||
'hash': pico.magenta,
|
||||
'string': pico.green
|
||||
'[': pico.yellow,
|
||||
']': pico.yellow,
|
||||
':': pico.yellow,
|
||||
';': pico.yellow
|
||||
}
|
||||
|
||||
function getTokenType([type, value], processor) {
|
||||
|
||||
Reference in New Issue
Block a user