Massive documentation bump

This commit is contained in:
Zef Hemel
2022-11-25 16:01:05 +01:00
parent 94127c41f0
commit e926b7ba47
26 changed files with 394 additions and 164 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export async function updateDirectivesOnPageCommand(arg: any) {
const currentNode = nodeAtPos(tree, index + 1);
if (currentNode?.type !== "CommentBlock") {
// If not a comment block, it's likely a code block, ignore
// console.log("Not comment block, ingoring", fullMatch);
// console.log("Not comment block, ignoring", fullMatch);
return fullMatch;
}
replacements.push(replacement);