summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
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.