diff options
author | pommicket <pommicket@gmail.com> | 2023-05-21 11:56:56 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-05-21 11:56:56 -0400 |
commit | 44413aca2385fceb7b6c74cb3e764271fdc077e7 (patch) | |
tree | a6fd4b730065d8abceaff93c4b88a17ecf80051d /ted.h | |
parent | 2775060cc34b6131535591671225ae2f7727ef5d (diff) |
fix highlighting of javascript regex literals
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ extern "C" { #include "sdl-inc.h" /// Version number -#define TED_VERSION "2.3" +#define TED_VERSION "2.3.1" /// Version string #define TED_VERSION_FULL "ted v. " TED_VERSION /// Maximum path size ted handles. |