summaryrefslogtreecommitdiffstats
path: root/ignore/src
diff options
context:
space:
mode:
authorLuca Kredel <luca.kredel@web.de>2020-02-07 14:41:00 +0100
committerGitHub <noreply@github.com>2020-02-07 08:41:00 -0500
commit41695c66fa7d423f961e09741cc75a1b8488e081 (patch)
treec5f05c478510b06ee43eede76dd439f7ca21afeb /ignore/src
parentcb0dfda936748a7ca7a2d52d8b033bc48382d5f9 (diff)
ignore/types: add typoscript file type
Add the file types for TypoScript - the configuration language of the TYPO3 CMS. PR #1477
Diffstat (limited to 'ignore/src')
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 4eff9148..195e4605 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -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"]),