mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-28 23:08:12 +00:00
simplify fold export & restore legacy higlights
This commit is contained in:
@@ -207,7 +207,7 @@ const newPage = (view)=>{
|
||||
return true;
|
||||
};
|
||||
|
||||
export const customKeymap = keymap.of([
|
||||
export default keymap.of([
|
||||
{ key: 'Tab', run: insertTabAtCursor },
|
||||
{ key: 'Shift-Tab', run: indentMore },
|
||||
{ key: 'Mod-Shift-Tab', run: indentLess },
|
||||
|
||||
Reference in New Issue
Block a user