Add support for .dart files

This commit is contained in:
Michael Wolf
2023-01-03 12:20:28 -06:00
parent 1ed6175656
commit 4e9affa44f
4 changed files with 19 additions and 3 deletions

View File

@@ -29,6 +29,8 @@ function sniff_file_type() {
file_type="sh"
elif [[ $ff = *.go ]] ; then
file_type="golang"
elif [[ $ff = *.dart ]] ; then
file_type="dart"
fi
echo $file_type