mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 20:22:30 +00:00
Remove redundant syntax_highlights
This commit is contained in:
parent
b9d5cc5828
commit
b08a2770b8
1 changed files with 0 additions and 3 deletions
|
@ -78,7 +78,6 @@ export const syntaxStyle = (
|
||||||
"string.regex": { color: ramps.orange(0.5).hex() },
|
"string.regex": { color: ramps.orange(0.5).hex() },
|
||||||
"method.constructor": { color: ramps.blue(0.5).hex() },
|
"method.constructor": { color: ramps.blue(0.5).hex() },
|
||||||
type: { color: ramps.cyan(0.5).hex() },
|
type: { color: ramps.cyan(0.5).hex() },
|
||||||
variable: { color: ramps.neutral(1).hex() },
|
|
||||||
label: { color: ramps.blue(0.5).hex() },
|
label: { color: ramps.blue(0.5).hex() },
|
||||||
attribute: { color: ramps.blue(0.5).hex() },
|
attribute: { color: ramps.blue(0.5).hex() },
|
||||||
property: { color: ramps.blue(0.5).hex() },
|
property: { color: ramps.blue(0.5).hex() },
|
||||||
|
@ -88,8 +87,6 @@ export const syntaxStyle = (
|
||||||
number: { color: ramps.green(0.5).hex() },
|
number: { color: ramps.green(0.5).hex() },
|
||||||
boolean: { color: ramps.green(0.5).hex() },
|
boolean: { color: ramps.green(0.5).hex() },
|
||||||
function: { color: ramps.yellow(0.5).hex() },
|
function: { color: ramps.yellow(0.5).hex() },
|
||||||
preproc: { color: ramps.neutral(1).hex() },
|
|
||||||
embedded: { color: ramps.neutral(1).hex() },
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const baseSyntax = apply_defaults(ramps, syntax_highlights)
|
const baseSyntax = apply_defaults(ramps, syntax_highlights)
|
||||||
|
|
Loading…
Reference in a new issue