Skip to content

Commit

Permalink
Add Virgil (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
steshaw authored Oct 11, 2024
1 parent c2699d0 commit 8f62624
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 @@ -1866,6 +1866,12 @@
"multi_line_comments": [["/*", "*/"]],
"extensions": ["vhd", "vhdl"]
},
"Virgil": {
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"]],
"quotes": [["\\\"", "\\\""]],
"extensions": ["v3"]
},
"VisualBasic": {
"name": "Visual Basic",
"quotes": [["\\\"", "\\\""]],
Expand Down

0 comments on commit 8f62624

Please sign in to comment.