Skip to content

Commit 8f27c93

Browse files
authored
adding language systemverilog #490 (#797)
1 parent c7b032e commit 8f27c93

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Diff for: languages.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -2195,6 +2195,34 @@ Swift:
21952195
- '#FC3224'
21962196
- '#FD2822'
21972197
chip: '#F05138'
2198+
SystemVerilog:
2199+
type: programming
2200+
ascii: |
2201+
{0} _.._ _.._ _.._ _.._
2202+
{0} _.._ _.._ _.._ _.._
2203+
{0} ...............................
2204+
{0} . ---- .
2205+
{0} . -------------- .
2206+
{0} . ---- --------- .
2207+
{0} . --- ----- .
2208+
{0} . - ##### # # ----- .
2209+
{0} . # # # # .
2210+
{0} . # # # .
2211+
{0} . ##### # # .
2212+
{0} . # # # .
2213+
{0} . # # # # .
2214+
{0} . ----- ##### # - .
2215+
{0} . ----- --- .
2216+
{0} . --------- ---- .
2217+
{0} . -------------- .
2218+
{0} . ---- .
2219+
{0} ...............................
2220+
{0} _.._ _.._ _.._ _.._
2221+
{0} _.._ _.._ _.._ _.._
2222+
colors:
2223+
ansi:
2224+
- white
2225+
chip: '#DAE1C2'
21982226
Tcl:
21992227
type: programming
22002228
ascii: |

0 commit comments

Comments
 (0)