mirror of https://github.com/XAMPPRocky/tokei
Add HiCAD to languages.json (#985)
Co-authored-by: patrick.joerg <patrick.joerg@gilgends.com>
This commit is contained in:
parent
29bdd1eff4
commit
d4a1814758
|
|
@ -613,6 +613,11 @@
|
||||||
"blank": true,
|
"blank": true,
|
||||||
"extensions": ["hex"]
|
"extensions": ["hex"]
|
||||||
},
|
},
|
||||||
|
"HiCad": {
|
||||||
|
"name": "HICAD",
|
||||||
|
"line_comment": ["REM", "rem"],
|
||||||
|
"extensions": ["MAC", "mac"]
|
||||||
|
},
|
||||||
"Hlsl": {
|
"Hlsl": {
|
||||||
"name": "HLSL",
|
"name": "HLSL",
|
||||||
"line_comment": ["//"],
|
"line_comment": ["//"],
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
REM 10 lines 4 code 3 comments 3 blanks
|
||||||
|
START 59
|
||||||
|
|
||||||
|
REM Comment on a line
|
||||||
|
%XY:=42
|
||||||
|
|
||||||
|
rem This is also a comment
|
||||||
|
IF FOO= "foo" GOTO 10
|
||||||
|
|
||||||
|
END
|
||||||
Loading…
Reference in New Issue