Localstorage somewhat

This commit is contained in:
2024-05-01 23:19:26 -05:00
parent badbd7e142
commit 72e980a2db
2 changed files with 13 additions and 13 deletions
-11
View File
@@ -93,16 +93,5 @@ export default {
}
return 'quote'
}
},
indent: function (state, textAfter, cx) {
return 0
//const closing = dedentPartial.test(textAfter);
//return state.basecol + cx.unit * (state.indentDepth - (closing ? 1 : 0));
},
languageData: {
//indentOnInput: /^\s*(?:end|until|else|\)|\})$/,
//commentTokens: {line: '//', block: {open: '/*', close: '*/'}}
}
}