mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
Add HiCAD to languages.json (#985)
Co-authored-by: patrick.joerg <patrick.joerg@gilgends.com>
This commit is contained in:
@@ -613,6 +613,11 @@
|
||||
"blank": true,
|
||||
"extensions": ["hex"]
|
||||
},
|
||||
"HiCad": {
|
||||
"name": "HICAD",
|
||||
"line_comment": ["REM", "rem"],
|
||||
"extensions": ["MAC", "mac"]
|
||||
},
|
||||
"Hlsl": {
|
||||
"name": "HLSL",
|
||||
"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
|
||||
Reference in New Issue
Block a user