mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 17:39:46 +01:00
Split request upsert command
This commit is contained in:
@@ -47,12 +47,12 @@ export const myHighlightStyle = HighlightStyle.define([
|
||||
color: '#757b93',
|
||||
fontStyle: 'italic',
|
||||
},
|
||||
{ tag: [t.name, t.tagName, t.angleBracket, t.docString], color: '#4699de' },
|
||||
{ tag: [t.name, t.tagName, t.angleBracket, t.docString], color: 'hsl(var(--color-blue-500))' },
|
||||
{ tag: [t.variableName], color: '#31c434' },
|
||||
{ tag: [t.bool], color: '#e864f6' },
|
||||
{ tag: [t.attributeName], color: '#a773ff' },
|
||||
{ tag: [t.attributeValue], color: '#ff964b' },
|
||||
{ tag: [t.string], color: '#e8b045' },
|
||||
{ tag: [t.attributeName], color: 'hsl(var(--color-violet-500))' },
|
||||
{ tag: [t.attributeValue], color: 'hsl(var(--color-orange-500))' },
|
||||
{ tag: [t.string], color: 'hsl(var(--color-yellow-500))' },
|
||||
{ tag: [t.keyword, t.meta], color: '#45e8a4' },
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user