Age | Commit message (Expand) | Author |
2023-07-20 | fix highlighting of self-closing tags in JSX files | pommicket |
2023-07-19 | fix memory leaks (not really leaky) | pommicket |
2023-07-06 | TODO highlighting in single-line comments, more js keywords | pommicket |
2023-06-15 | prevent /= from being parsed as regex literal | pommicket |
2023-05-21 | highlight TODOs in comments | pommicket |
2023-05-21 | fix highlighting of javascript regex literals | pommicket |
2023-05-11 | improve number syntax highligting | pommicket |
2023-03-21 | fix GLSL syntax highlighting (oops) | pommicket |
2023-03-04 | new light style | pommicket |
2023-03-04 | highlight directives in ted.cfg | pommicket |
2023-03-02 | CSS highlighting | pommicket |
2023-03-02 | some CSS highlighting | pommicket |
2023-03-02 | comment-start and comment-end settings | pommicket |
2023-03-02 | dynamic language registration working | pommicket |
2023-03-01 | start dynamic lbanguage registaration | pommicket |
2023-02-26 | fix multi-line " string highlighting in ted.cfg | pommicket |
2023-01-12 | [2.0] highlight matching < > in XML too | pommicket |
2023-01-11 | LANG_TEXT, turn off phantom completions for text/cfg/md files | pommicket |
2023-01-05 | allow `-delimited multiline strings in ted.cfg | pommicket |
2023-01-04 | highlight matching < > for HTML | pommicket |
2023-01-04 | more documentation | pommicket |
2023-01-04 | finish documenting what files do | pommicket |
2023-01-02 | finish restructuring | pommicket |
2023-01-01 | restructure syntax.c | pommicket |
2023-01-01 | char const => const char | pommicket |
2023-01-01 | move string32.c into util.c | pommicket |
2022-12-31 | start moving things around | pommicket |
2022-12-29 | separate XML highlighting | pommicket |
2022-12-28 | GLSL syntax highlighting | pommicket |
2022-12-28 | syntax highlighting for JSON, and XML as a separate language | pommicket |
2022-12-27 | nicer keyword system | pommicket |
2022-12-27 | add typescript highlighting | pommicket |
2022-12-24 | start LSP setting | pommicket |
2022-12-05 | switch to // comments for C comment selection | pommicket |
2022-11-04 | fixed highlighting rust,python | pommicket |
2022-11-03 | multiline string highlighting for ted.cfg | pommicket |
2022-10-29 | better highlighting of byte/raw/f strings in python, rust | pommicket |
2022-10-28 | fix <number>.into() highlighting in rust | pommicket |
2022-10-28 | fixed rust '\\' highlighting, among other things | pommicket |
2022-09-30 | better rust syntax highlighting | pommicket |
2022-07-29 | fix reloading with text-size | pommicket |
2022-07-29 | language-specific keyboard shortcuts | pommicket |
2022-07-29 | per-language settings | pommicket |
2022-07-29 | fix syntax highlighting and spacing for weird characters | pommicket |
2022-07-22 | go syntax highlighting | pommicket |
2022-07-21 | minor fixes, syntax highlighting for java & js | pommicket |
2022-07-07 | [1.0r3] fix tex highlighting, move to cursor on backspace/delete | pommicket |
2021-04-20 | fix windows build, prepare for v. 1.0 | Leo Tenenbaum |
2021-04-20 | silence GCC warnings | Leo Tenenbaum |
2021-04-20 | :set-language, various other little things | Leo Tenenbaum |