Skip to content

Commit

Permalink
Add support for Astro (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
arstnei0 authored Apr 27, 2023
1 parent c4bd7ce commit fb2a612
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
"quotes": [["\\\"", "\\\""]],
"extensions": ["s"]
},
"Astro": {
"line_comment": ["//"],
"multi_line_comments": [["/*", "*/"], ["<!--", "-->"]],
"extensions": ["astro"]
},
"Ats": {
"name": "ATS",
"line_comment": ["//"],
Expand Down

0 comments on commit fb2a612

Please sign in to comment.