Skip to content

Commit

Permalink
Drop styles
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr265 committed Dec 11, 2022
1 parent 8b1976f commit e00d542
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ export function languageServerWithTransport(options: LanguageServerOptions) {
},
],
}),
baseTheme,
];
}

Expand Down Expand Up @@ -601,16 +600,3 @@ function prefixMatch(options: Completion[]) {
const source = toSet(first) + toSet(rest) + '*$';
return [new RegExp('^' + source), new RegExp(source)];
}

const baseTheme = EditorView.baseTheme({
'.cm-tooltip.documentation': {
display: 'block',
marginLeft: '0',
padding: '3px 6px 3px 8px',
borderLeft: '5px solid #999',
whiteSpace: 'pre',
},
'.cm-tooltip.lint': {
whiteSpace: 'pre',
},
});

0 comments on commit e00d542

Please sign in to comment.