diff options
author | pommicket <pommicket@gmail.com> | 2023-03-02 12:13:18 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-03-02 12:13:18 -0500 |
commit | 3ae33ebfab7545597d48dba173830f262deaf24f (patch) | |
tree | e138de41ef12198dd63ff78a0cd4fdd9da7cfbe0 /ted.cfg | |
parent | 4aebef26deaed5d26fe450193da044f7734051e1 (diff) |
some CSS highlighting
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] |