summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-03 17:20:17 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-03 17:20:17 -0500
commit904dd2a61ef195c19d5a64dd5635b6e4c1364b7e (patch)
treee348b78be14d07a51ebd7ec506d104fdbba94d81 /README.md
parent4007253649425ff37a503ea77cff2155ab9814ef (diff)
finishing touches for v. 0.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 389b8e3..cb89c40 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ a simple editor that starts up practically instantaneously, and performs well on
- Multiple tabs, each with a different file
- Auto-indent
- Customization of (pretty much) all colours and keyboard commands.
+- Syntax highlighting for C, C++, Rust, and Python.
## Building from source
@@ -47,6 +48,14 @@ Copy SDL2-2.x.y into the ted directory, and rename it to SDL2. Additionally, cop
to the ted directory.
Then run `make.bat`.
+## Version history
+
+<table>
+<tr><th>Version</th> <th>Description</th> <th>Date</th></tr>
+<tr><td>0.0</td> <td>Very basic editor</td> <td>2021 Jan 31</td></tr>
+<tr><td>0.1</td> <td>Syntax highlighting</td> <td>2021 Feb 3</td></tr>
+</table>
+
## License
ted is in the public domain (see `LICENSE.txt`).