diff options
author | pommicket <pommicket@gmail.com> | 2025-09-28 00:16:56 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-28 00:16:56 -0400 |
commit | 1241921c98705d60022150e0d58362f3bcf6342a (patch) | |
tree | 35021e16bd140813410abaa800131ab2174ab1ce /main.c | |
parent | 896ad5c758ed33905b79c98dc5759d0f5675eb37 (diff) |
Add syntax highlighting for upcoming Python 3.14 t-strings
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ /* TODO: -- syntax highlighting for Python t-strings - don't autocomplete when tab is pressed if there is text selected - highlight <https://example.org> correctly in Markdown - highlight (https://example.org) correctly in Markdown (exactly which characters are allowed in links?) |