add notebook file extensions to types

This commit is contained in:
M Pacer
2017-10-25 13:45:08 -07:00
committed by Andrew Gallant
parent 679198e71a
commit 3e8b44619d

View File

@@ -195,6 +195,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("msbuild", &[
"*.csproj", "*.fsproj", "*.vcxproj", "*.proj", "*.props", "*.targets"
]),
("nb", &["*.ipynb", "*.jpynb"]),
("nim", &["*.nim"]),
("nix", &["*.nix"]),
("objc", &["*.h", "*.m"]),