summaryrefslogtreecommitdiff
path: root/development.md
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 /development.md
parent4aebef26deaed5d26fe450193da044f7734051e1 (diff)
some CSS highlighting
Diffstat (limited to 'development.md')
-rw-r--r--development.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/development.md b/development.md
index 80b7c3b..7ad5b7d 100644
--- a/development.md
+++ b/development.md
@@ -79,6 +79,9 @@ Update `syntax_register_builtin_languages` accordingly.
Make sure to define `comment-start` and `comment-end`
for the language in `ted.cfg`.
+You will probably want to update `keywords.py` when implementing
+syntax highlighting.
+
### Syntax highlighting
Obviously we don't want to re-highlight the whole file every time a change is made.