summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-10-17 20:51:33 -0400
committerpommicket <pommicket@gmail.com>2023-10-17 20:51:33 -0400
commit29282f362d5f663ec3da17b135751f3b9b2bd0fd (patch)
tree0be73a38dece65c088976b2aace033b21377f973 /ted.cfg
parent85c30e8fb21170d602efb53a86c0000a3aa79cbf (diff)
accept regex for path-specific settings
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg12
1 files changed, 0 insertions, 12 deletions
diff --git a/ted.cfg b/ted.cfg
index 8ad5362..6c86fd9 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -458,15 +458,3 @@ Java = .java
Go = .go
CSS = .css
GDScript = .gd
-
-# You can add language-specific settings like this:
-# [HTML.core]
-# tab-width = 2
-
-# Or path-specific settings like this:
-# [/path/to/special/project//colors]
-# keyword = #f0f
-
-# Or both!
-# [/path/to/special/project//Javascript.keyboard]
-# Ctrl+J = "function() {" :insert-text