mirror of https://github.com/XAMPPRocky/tokei
Add language definition for Lauterbach PRACTICE Script (#1162)
Co-authored-by: embeddedc <>
This commit is contained in:
parent
60928375d3
commit
349b01c4b6
|
|
@ -1304,6 +1304,12 @@
|
|||
],
|
||||
"extensions": ["ps1", "psm1", "psd1", "ps1xml", "cdxml", "pssc", "psc1"]
|
||||
},
|
||||
"PRACTICE": {
|
||||
"name": "Lauterbach PRACTICE Script",
|
||||
"line_comment": [";", "//"],
|
||||
"quotes": [["\\\"", "\\\""]],
|
||||
"extensions": ["cmm"]
|
||||
},
|
||||
"Processing": {
|
||||
"line_comment": ["//"],
|
||||
"multi_line_comments": [["/*", "*/"]],
|
||||
|
|
|
|||
Loading…
Reference in New Issue