Add purescript to built-in types

Purescript is a functional language that compiles to javascript (https://github.com/purescript/purescript)
This commit is contained in:
James Smith
2017-10-09 12:04:25 +01:00
committed by Andrew Gallant
parent 36091591f0
commit db14046de4

View File

@@ -206,6 +206,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]), ("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]),
("pod", &["*.pod"]), ("pod", &["*.pod"]),
("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]), ("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]),
("purs", &["*.purs"]),
("py", &["*.py"]), ("py", &["*.py"]),
("qmake", &["*.pro", "*.pri", "*.prf"]), ("qmake", &["*.pro", "*.pri", "*.prf"]),
("readme", &["README*", "*README"]), ("readme", &["README*", "*README"]),