Skip to content

Commit

Permalink
Add language definition for Lauterbach PRACTICE Script (#1162)
Browse files Browse the repository at this point in the history
Co-authored-by: embeddedc <>
  • Loading branch information
embeddedc authored Oct 11, 2024
1 parent 6092837 commit 349b01c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [["/*", "*/"]],
Expand Down

0 comments on commit 349b01c

Please sign in to comment.