From 10a86e99ea54d34da882a03576ed92f6c50e0536 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 11 Sep 2024 16:55:24 +0800 Subject: style: Reformat comments --- src/editor.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/editor.mjs b/src/editor.mjs index 77211f6..1544589 100644 --- a/src/editor.mjs +++ b/src/editor.mjs @@ -103,7 +103,7 @@ class Suggestion { } } // }}} -// {{{ Aliases for map options +// Aliases for map options {{{ const aliasesForMapOptions = {} const defaultApply = './dist/default.yml' fetch(defaultApply) @@ -129,7 +129,7 @@ fetch(defaultApply) // return true // } // }}} -// Check if current token is inside code block {{{ +// FUNCTION Check if current token is inside code block {{{ const insideCodeblockForMap = (token) => token.state.overlay.codeBlock && !token.string.match(/^````*/) // }}} -- cgit v1.2.3-70-g09d2