summaryrefslogtreecommitdiff
path: root/syntax.c
AgeCommit message (Expand)Author
2023-01-02finish restructuringpommicket
2023-01-01restructure syntax.cpommicket
2023-01-01char const => const charpommicket
2023-01-01move string32.c into util.cpommicket
2022-12-31start moving things aroundpommicket
2022-12-29separate XML highlightingpommicket
2022-12-28GLSL syntax highlightingpommicket
2022-12-28syntax highlighting for JSON, and XML as a separate languagepommicket
2022-12-27nicer keyword systempommicket
2022-12-27add typescript highlightingpommicket
2022-12-24start LSP settingpommicket
2022-12-05switch to // comments for C comment selectionpommicket
2022-11-04fixed highlighting rust,pythonpommicket
2022-11-03multiline string highlighting for ted.cfgpommicket
2022-10-29better highlighting of byte/raw/f strings in python, rustpommicket
2022-10-28fix <number>.into() highlighting in rustpommicket
2022-10-28fixed rust '\\' highlighting, among other thingspommicket
2022-09-30better rust syntax highlightingpommicket
2022-07-29fix reloading with text-sizepommicket
2022-07-29language-specific keyboard shortcutspommicket
2022-07-29per-language settingspommicket
2022-07-29fix syntax highlighting and spacing for weird characterspommicket
2022-07-22go syntax highlightingpommicket
2022-07-21minor fixes, syntax highlighting for java & jspommicket
2022-07-07[1.0r3] fix tex highlighting, move to cursor on backspace/deletepommicket
2021-04-20fix windows build, prepare for v. 1.0Leo Tenenbaum
2021-04-20silence GCC warningsLeo Tenenbaum
2021-04-20:set-language, various other little thingsLeo Tenenbaum
2021-04-20cfg syntax highlightingLeo Tenenbaum
2021-04-20HTML syntax highlightingLeo Tenenbaum
2021-04-19markdown highlightingLeo Tenenbaum
2021-04-19tex syntax highlightingLeo Tenenbaum
2021-04-16comment/uncomment selectionLeo Tenenbaum
2021-02-11highlight matching parenthesesLeo Tenenbaum
2021-02-03fix syntax highlighting for ' number separator C++Leo Tenenbaum
2021-02-03fixed command line argument with / in it windowsLeo Tenenbaum
2021-02-03python syntax highlightingLeo Tenenbaum
2021-02-02better syntax highlighting (split keywords into keywords + builtins)Leo Tenenbaum
2021-02-02rust syntax highlightingLeo Tenenbaum
2021-02-02big fix with buffer_pos_to_pixelsLeo Tenenbaum
2021-02-02C++ syntax highlighting doneLeo Tenenbaum
2021-02-02C++ highlighting, except for raw stringsLeo Tenenbaum
2021-02-02fix bug with non-highlighted filesLeo Tenenbaum
2021-02-01small change to horizontal scrolling for massive performance improvement on l...Leo Tenenbaum
2021-02-01switched syntax highlighting to use a number for the state (will be useful la...Leo Tenenbaum
2021-02-01different syntax highlighting depending on the file extensionLeo Tenenbaum
2021-02-01start per-buffer languageLeo Tenenbaum
2021-02-01fix C hex literal highlightingLeo Tenenbaum
2021-02-01full C syntax highlightingLeo Tenenbaum
2021-01-31C syntax higlighting workingLeo Tenenbaum