File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ const FILENAME_TYPES: Map<&'static str, FileType> = phf_map! {
9191/// extension is added also update the extension icon map.
9292const EXTENSION_TYPES : Map < & ' static str , FileType > = phf_map ! {
9393 /* Immediate file - kick off the build of a project */
94+ "gpr" => FileType :: Build ,
9495 "ninja" => FileType :: Build ,
9596 /* Image files */
9697 "arw" => FileType :: Image ,
@@ -298,6 +299,8 @@ const EXTENSION_TYPES: Map<&'static str, FileType> = phf_map! {
298299 "so" => FileType :: Compiled , // Unix shared library
299300 "zwc" => FileType :: Compiled , // zsh compiled file
300301 /* Source code files */
302+ "adb" => FileType :: Source , // Ada body
303+ "ads" => FileType :: Source , // Ada specification
301304 "applescript" => FileType :: Source , // Apple script
302305 "as" => FileType :: Source , // Action script
303306 "asa" => FileType :: Source , // asp
You can’t perform that action at this time.
0 commit comments