-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
packages/remark-shaku-code-annotate/src/__tests__/langs/cobol/input.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
```cobol annotate | ||
* @dim | ||
ENVIRONMENT DIVISION. | ||
DATA DIVISION. | ||
* -------- | ||
* ^ | ||
* [Hello World!] | ||
``` |
1 change: 1 addition & 0 deletions
1
packages/remark-shaku-code-annotate/src/__tests__/langs/cobol/output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<pre class="shiki github-light" style="color:#24292e;background-color:#fff"><div class="code-container"><code><div class="line dim"><span style="color: #D73A49">ENVIRONMENT DIVISION</span><span style="color: #24292E">.</span></div><div class="line"><span style="color: #D73A49">DATA DIVISION</span><span style="color: #24292E">.</span></div><div class="shaku-underline shaku-underline-solid" style="left:5ch"><span class="shaku-underline-line" style="left:0ch">--------</span></div><div class="shaku-callout" style="left:2ch"><span class="shaku-callout-arrow" style="left:2ch"></span><p>Hello World!</p></div></code></div></pre> |
9 changes: 9 additions & 0 deletions
9
packages/remark-shaku-code-annotate/src/__tests__/langs/matlab/input.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
```matlab annotate | ||
% @dim | ||
% This is a single-line comment in MATLAB. | ||
|
||
variable = 10; | ||
% -- | ||
% ^ | ||
% [Hello World!] | ||
``` |
1 change: 1 addition & 0 deletions
1
packages/remark-shaku-code-annotate/src/__tests__/langs/matlab/output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<pre class="shiki github-light" style="color:#24292e;background-color:#fff"><div class="code-container"><code><div class="line dim"><span style="color: #6A737D">% This is a single-line comment in MATLAB.</span></div><div class="line"></div><div class="line"><span style="color: #24292E">variable = </span><span style="color: #005CC5">10</span><span style="color: #24292E">; </span></div><div class="shaku-underline shaku-underline-solid" style="left:11ch"><span class="shaku-underline-line" style="left:0ch">--</span></div><div class="shaku-callout" style="left:4ch"><span class="shaku-callout-arrow" style="left:7ch"></span><p>Hello World!</p></div></code></div></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a5f2248
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
shaku-web – ./
shaku-web-jserzanp.vercel.app
shaku-web-git-main-jserzanp.vercel.app
shaku-web.vercel.app