We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9493fc9 commit d8ec11fCopy full SHA for d8ec11f
CHANGELOG.md
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
### Added
18
19
- Added support for more languages:
20
+ - Astro
21
- Svelte
22
23
## [0.4.2] - 2025-02-22
src/languages.rs
@@ -3,6 +3,7 @@ pub fn language_for_extension(extension: &str) -> Option<&'static str> {
3
match extension {
4
"asciidoc" | "adoc" => Some("AsciiDoc"),
5
"asm" => Some("Assembly"),
6
+ "astro" => Some("Astro"),
7
"c" | "h" => Some("C"),
8
"clj" => Some("Clojure"),
9
"coq" => Some("Coq"),
0 commit comments