mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 10:21:15 +01:00
Rename, fix autocomplete and singleline, etc...
This commit is contained in:
@@ -102,13 +102,12 @@ export function getLanguageExtension({
|
||||
}
|
||||
|
||||
export const baseExtensions = [
|
||||
keymap.of([...defaultKeymap]),
|
||||
highlightSpecialChars(),
|
||||
history(),
|
||||
drawSelection(),
|
||||
dropCursor(),
|
||||
bracketMatching(),
|
||||
autocompletion(),
|
||||
autocompletion({ activateOnTyping: false, closeOnBlur: true }),
|
||||
syntaxHighlighting(myHighlightStyle),
|
||||
EditorState.allowMultipleSelections.of(true),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user