Age | Commit message (Expand) | Author |
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 |
2021-04-20 | cfg syntax highlighting | Leo Tenenbaum |
2021-04-20 | HTML syntax highlighting | Leo Tenenbaum |
2021-04-19 | markdown highlighting | Leo Tenenbaum |
2021-04-19 | tex syntax highlighting | Leo Tenenbaum |
2021-04-16 | comment/uncomment selection | Leo Tenenbaum |
2021-02-11 | highlight matching parentheses | Leo Tenenbaum |
2021-02-03 | fix syntax highlighting for ' number separator C++ | Leo Tenenbaum |
2021-02-03 | fixed command line argument with / in it windows | Leo Tenenbaum |
2021-02-03 | python syntax highlighting | Leo Tenenbaum |
2021-02-02 | better syntax highlighting (split keywords into keywords + builtins) | Leo Tenenbaum |
2021-02-02 | rust syntax highlighting | Leo Tenenbaum |
2021-02-02 | big fix with buffer_pos_to_pixels | Leo Tenenbaum |
2021-02-02 | C++ syntax highlighting done | Leo Tenenbaum |
2021-02-02 | C++ highlighting, except for raw strings | Leo Tenenbaum |
2021-02-02 | fix bug with non-highlighted files | Leo Tenenbaum |
2021-02-01 | small change to horizontal scrolling for massive performance improvement on l... | Leo Tenenbaum |