Skip to content

Commit fb2a612

Browse files
authored
Add support for Astro (#966)
1 parent c4bd7ce commit fb2a612

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

languages.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
"quotes": [["\\\"", "\\\""]],
8383
"extensions": ["s"]
8484
},
85+
"Astro": {
86+
"line_comment": ["//"],
87+
"multi_line_comments": [["/*", "*/"], ["<!--", "-->"]],
88+
"extensions": ["astro"]
89+
},
8590
"Ats": {
8691
"name": "ATS",
8792
"line_comment": ["//"],

0 commit comments

Comments
 (0)