Commit Graph

20 Commits

Author SHA1 Message Date
Timothy Warren
573f8c0cde Add basic line numbers
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2023-10-17 16:15:00 -04:00
Timothy Warren
36da56c519 Refactor to use new enums 2021-12-03 11:59:42 -05:00
Timothy Warren
131e6177e1 Sort of get html and xml syntax highlighting working
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-08-13 11:17:35 -04:00
Timothy Warren
4d91919fb5 Minor refactors, fix some typos 2021-08-13 11:16:57 -04:00
457560137d Comments and tests
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-04-14 19:00:37 -04:00
e22bb0545d Make operator highlighting optional
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-04-14 17:19:01 -04:00
2956999737 Docblocks for some public methods, and a few highlighting tweaks
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-04-14 13:15:31 -04:00
b980a6feb0 Improve highlighting for non-PHP languages
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-04-09 21:19:46 -04:00
ead70c33ac Refactor syntax class to use boolean flags instead of bitflags, allow conditional rendering of characters 2021-04-09 19:40:28 -04:00
d7081d2b4e Fix more things that were broken 2021-03-17 15:38:52 -04:00
7d381d10e9 Move some logic to Document class 2021-03-16 18:37:53 -04:00
319a5257cd Fix syntax error 2021-03-05 21:16:39 -05:00
a952226b92 Use PHP 8 property promotion for Syntax class
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-03-05 21:11:27 -05:00
5787fe3822 Go full PHP with composer and phpunit 2019-11-08 16:27:08 -05:00
346ef67a08 Work in progress on PHP highlighting using token_get_all 2019-10-29 17:02:03 -04:00
ca9ec17d49 Complete tutorial 2019-10-25 16:36:03 -04:00
2bc98b0308 Keyword highlighting, completing step 174 2019-10-25 14:49:34 -04:00
cf0436dc7d Highlight single-line comments, finish step 171 2019-10-25 12:08:21 -04:00
3dc3fc01aa Highlight strings, complete step 168 2019-10-25 11:49:04 -04:00
26eb9170f7 Add Syntax class, from step 157 2019-10-24 16:58:52 -04:00