ignore/types: add typoscript file type

Add the file types for TypoScript - the configuration language of the
TYPO3 CMS.

PR #1477
This commit is contained in:
Luca Kredel
2020-02-07 14:41:00 +01:00
committed by GitHub
parent cb0dfda936
commit 41695c66fa

View File

@@ -297,6 +297,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("txt", &["*.txt"]),
("toml", &["*.toml", "Cargo.lock"]),
("twig", &["*.twig"]),
("typoscript", &["*.typoscript", "*.ts"]),
("vala", &["*.vala"]),
("vb", &["*.vb"]),
("verilog", &["*.v", "*.vh", "*.sv", "*.svh"]),