fix lint
This commit is contained in:
parent
bd08b74ebc
commit
c852b5fab0
9 changed files with 8 additions and 140 deletions
2
packages/codemirror/themes/strudel-theme.mjs
vendored
2
packages/codemirror/themes/strudel-theme.mjs
vendored
|
|
@ -17,7 +17,7 @@ export default createTheme({
|
|||
theme: 'dark',
|
||||
settings,
|
||||
styles: [
|
||||
{ tag: [t.atom, t.bool, t.special(t.variableName)], color: '#89ddff'},
|
||||
{ tag: [t.atom, t.bool, t.special(t.variableName)], color: '#89ddff' },
|
||||
{ tag: t.labelName, color: '#89ddff' },
|
||||
{ tag: t.keyword, color: '#c792ea' },
|
||||
{ tag: t.operator, color: '#89ddff' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue