summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZihan Chen <zccmczh@gmail.com>2023-04-27 15:55:28 +0800
committerGitHub <noreply@github.com>2023-04-27 09:55:28 +0200
commitfb2a612e76738e578af17104fd3ab82d2f81983b (patch)
tree084fffc9818eaa187f77ec827f3af5bbc6cbfa45
parentc4bd7ceaed0b2b36f9e1df3210bfae2757f92a1b (diff)
Add support for Astro (#966)
-rw-r--r--languages.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/languages.json b/languages.json
index 752a218..eba2983 100644
--- a/languages.json
+++ b/languages.json
@@ -82,6 +82,11 @@
"quotes": [["\\\"", "\\\""]],
"extensions": ["s"]
},
+ "Astro": {
+ "line_comment": ["//"],
+ "multi_line_comments": [["/*", "*/"], ["<!--", "-->"]],
+ "extensions": ["astro"]
+ },
"Ats": {
"name": "ATS",
"line_comment": ["//"],