From 3647ad27e2ef6321081cb0e86c81160aa0eabbce Mon Sep 17 00:00:00 2001 From: JSer <69352453+JSerZANP@users.noreply.github.com> Date: Fri, 5 Jul 2024 23:29:20 +0900 Subject: [PATCH] Update defaultCode.ts --- .../src/defaultCode.ts | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/packages/shaku-code-annotate-shiki-transformer/src/defaultCode.ts b/packages/shaku-code-annotate-shiki-transformer/src/defaultCode.ts index 523f147..9037145 100644 --- a/packages/shaku-code-annotate-shiki-transformer/src/defaultCode.ts +++ b/packages/shaku-code-annotate-shiki-transformer/src/defaultCode.ts @@ -658,14 +658,14 @@ variable = 10; } } `, - liquid: ` -This is a multi-line comment -{% comment %} - ---------- - ^ - [Hello World!] -{% endcomment %} -`, +// liquid: ` +// This is a multi-line comment +// {% comment %} +// ---------- +// ^ +// [Hello World!] +// {% endcomment %} +// `, php: ` // @highlight > classMethod [ - "This is a class method of MyClass." +// "@highlight" +// MyClass class >> classMethod [ +// "This is a class method of MyClass." - ^ 'Hello from class method!' - " -----" - " ^ " - " [Hello Shaku!]" - ] +// ^ 'Hello from class method!' +// " -----" +// " ^ " +// " [Hello Shaku!]" +// ] - MyClass >> instanceMethod [ - "This is an instance method of MyClass." +// MyClass >> instanceMethod [ +// "This is an instance method of MyClass." - ^ 'Hello from instance method!' - ] -] -`, +// ^ 'Hello from instance method!' +// ] +// ] +// `, solidity: ` // Function to add two numbers // @highlight