summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-02 12:13:18 -0500
committerpommicket <pommicket@gmail.com>2023-03-02 12:13:18 -0500
commit3ae33ebfab7545597d48dba173830f262deaf24f (patch)
treee138de41ef12198dd63ff78a0cd4fdd9da7cfbe0 /ted.cfg
parent4aebef26deaed5d26fe450193da044f7734051e1 (diff)
some CSS highlighting
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index 3304ecb..6bf60d3 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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]