diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -171,6 +171,9 @@ comment-end = " -->" comment-start = "<!-- " comment-end = " -->" +[CSS.core] +comment-start = "/* " +comment-end = " */" # phantom completions are just annoying if you're not actually programming [Markdown.core] @@ -438,6 +441,7 @@ TypeScript = .ts JSON = .json Java = .java Go = .go +CSS = .css # You can add language-specific settings like this: # [HTML.core] |