diff options
author | pommicket <pommicket@gmail.com> | 2023-03-01 17:28:30 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-03-01 17:28:30 -0500 |
commit | 6d9ebc8332b6cc54ada4bc17689e4de4040892c6 (patch) | |
tree | 3d8611141759be315996b537e8b533a16aa472a5 /main.c | |
parent | 52ba910a48a4dd2abb798c3c998ecb0e006c1895 (diff) |
start dynamic lbanguage registaration
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,7 @@ /* +@TODO: +- check bounds in CMD_SET_LANGUAGE +- comment-start & comment-end settings FUTURE FEATURES: - manual.md - CSS highlighting @@ -9,7 +12,6 @@ FUTURE FEATURES: - return to previous location in buffer - font setting & support for multiple fonts to cover more characters - support for variable-width fonts -- comment-start & comment-end settings - robust find (results shouldn't move around when you type things) - open multiple files with command line arguments - document links using LSP textDocument/documentLink request |