diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -234,7 +234,7 @@ Python = .py Tex = .tex Markdown = .md HTML = .html, .php, .xml, .xhtml, .iml -Config = .cfg +Config = .cfg, .toml Javascript = .js Java = .java Go = .go @@ -242,3 +242,11 @@ Go = .go # 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 |