Skip to content

Commit

Permalink
Add Spade
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoq2 committed May 22, 2024
1 parent 1770db0 commit d316352
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,14 @@
"quotes": [["\\\"", "\\\""]],
"extensions": ["sol"]
},

"Spade": {
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
"nested": true,
"important_syntax": ["///"],
"extensions": ["spade"]
},
"SpecmanE": {
"name": "Specman e",
"line_comment": ["--", "//"],
Expand Down

0 comments on commit d316352

Please sign in to comment.