Add language definition for Lauterbach PRACTICE Script (#1162)

Co-authored-by: embeddedc <>
This commit is contained in:
embeddedc 2024-10-11 12:37:24 +02:00 committed by GitHub
parent 60928375d3
commit 349b01c4b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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": [["/*", "*/"]],