Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions github-action/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion github-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@types/node": "^24.12.0",
"esbuild": "^0.28.1",
"eslint": "^10.6.0",
"globals": "^17.7.0"
"globals": "^17.8.0"
}
}
4 changes: 4 additions & 0 deletions mdsf/src/filetype/generated_file_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ pub fn language_to_ext(language: &str) -> Option<&'static str> {
"glyph bitmap distribution format" => Some(".bdf"),
"glyph" => Some(".glf"),
"gn" => Some(".gn"),
"gno" => Some(".gno"),
"gnolang" => Some(".gno"),
"gnu asm" => Some(".s"),
"gnuplot" => Some(".gp"),
"go template" => Some(".gohtml"),
Expand Down Expand Up @@ -1544,6 +1546,8 @@ mod test_language_to_ext {
("glyph bitmap distribution format", ".bdf"),
("glyph", ".glf"),
("gn", ".gn"),
("gno", ".gno"),
("gnolang", ".gno"),
("gnu asm", ".s"),
("gnuplot", ".gp"),
("go template", ".gohtml"),
Expand Down