mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-29 12:08:12 +00:00
syntax highligting for legacy as well
This commit is contained in:
@@ -31,7 +31,6 @@ export const homebreweryFold = foldService.of((state, lineStart)=>{
|
||||
if(endLine === startLine.number) return null;
|
||||
|
||||
const widgetObject = { from: startLine.from, to: doc.line(endLine).to };
|
||||
console.log(widgetObject);
|
||||
|
||||
return widgetObject;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user