index
:
ted.git
trunk
variable-width
A text editor.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
syntax.c
Age
Commit message (
Expand
)
Author
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
2021-02-01
switched syntax highlighting to use a number for the state (will be useful la...
Leo Tenenbaum
2021-02-01
different syntax highlighting depending on the file extension
Leo Tenenbaum
2021-02-01
start per-buffer language
Leo Tenenbaum
2021-02-01
fix C hex literal highlighting
Leo Tenenbaum
2021-02-01
full C syntax highlighting
Leo Tenenbaum
2021-01-31
C syntax higlighting working
Leo Tenenbaum
2021-01-31
more syntax highlighting
Leo Tenenbaum
2021-01-31
started syntax higlighting (still need to add state to each line)
Leo Tenenbaum