Commit Graph

61 Commits

Author SHA1 Message Date
Timothy Warren ad90dcc775 Properly highlight hex and binary numeric literals
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-04-15 13:18:41 -04:00
Timothy Warren c928be2d73 Merge branch 'refactor'
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-04-15 12:50:17 -04:00
Timothy Warren 608fe6cc62 Improve c language highlighting
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-04-15 12:47:02 -04:00
Timothy Warren 457560137d Comments and tests
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-04-14 19:00:37 -04:00
Timothy Warren 3ef4268263 More docblocks
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-04-14 18:38:33 -04:00
Timothy Warren e22bb0545d Make operator highlighting optional
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-04-14 17:19:01 -04:00
Timothy Warren d0817b62c4 Fix off-by-one highlighting error
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-04-14 16:38:41 -04:00
Timothy Warren a50c22c0e0 Fix more tests
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-04-14 14:40:35 -04:00
Timothy Warren 8f5986e91e Resolve merge conflict 2021-04-14 13:24:13 -04:00
Timothy Warren 2956999737 Docblocks for some public methods, and a few highlighting tweaks
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-04-14 13:15:31 -04:00
Timothy Warren 5746d15117 Remove redundant method
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-04-14 12:25:41 -04:00
Timothy Warren 69ffb84b33 Remove some coverage comments
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-04-13 15:03:17 -04:00
Timothy Warren b980a6feb0 Improve highlighting for non-PHP languages
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-04-09 21:19:46 -04:00
Timothy Warren dcaf922796 Split syntax highlighting into methods
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-04-09 19:41:15 -04:00
Timothy Warren 30b4c3818a Continue refactoring of non-PHP syntax highlighting
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-04-09 16:27:16 -04:00
Timothy Warren 644f27bb37 More consistent names for keys 2021-04-09 13:52:01 -04:00
Timothy Warren 6c568dfaac Start splitting render methods
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-03-18 16:26:30 -04:00
Timothy Warren 85e96264a8 Get syntax highlighting and keyboard natvigation working again...buggy editing functionality
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-03-17 13:14:16 -04:00
Timothy Warren d0aea78ac3 In progress refactoring of Editor->Document
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-03-17 08:52:17 -04:00
Timothy Warren cec69cfb93 Change dirty flag from int to bool 2021-03-10 22:47:57 -05:00
Timothy Warren 31144fb2e3 Some more code cleanup
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-03-10 11:10:52 -05:00
Timothy Warren 5329378b93 Cleanup some unused code
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-03-09 13:37:03 -05:00
Timothy Warren b642ff5c59 Readability refactoring
timw4mail/php-kilo/pipeline/head This commit looks good Details
2021-03-04 12:03:51 -05:00
Timothy Warren 02259f61a7 Simplify code with match statements
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-03-03 16:35:58 -05:00
Timothy Warren 9280b77d1e Highlight more token types
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-03-03 13:14:44 -05:00
Timothy Warren 03fed4d667 PHP Syntax highlighting using PhpToken
timw4mail/php-kilo/pipeline/head There was a failure building this commit Details
2021-03-03 11:50:29 -05:00
Timothy Warren 7cd7d1baa5 Create php8 fork
timw4mail/php-kilo/pipeline/head This commit looks good Details
2020-12-04 11:18:21 -05:00
Timothy Warren 6f870aa922 Refactor and simplify 2020-02-05 14:50:31 -05:00
Timothy Warren fb5dd66bee Replace inline ANSI escapes with constants and static methods
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-04 10:54:15 -05:00
Timothy Warren f5aafb465a Mac fixes
Gitea - Tutorials/php-kilo/master There was a failure building this commit Details
2019-12-02 09:44:11 -05:00
Timothy Warren 5c73b3db2b More test coverage, and snapshots 2019-11-20 15:03:48 -05:00
Timothy Warren a3e902967a A little cleanup refactoring 2019-11-19 15:57:51 -05:00
Timothy Warren cf75f92cd5 Fix syntax highlighting dissapearing when code pushed to new line (for PHP) 2019-11-15 16:19:34 -05:00
Timothy Warren 345239d248 Fix test, PHP highlighting now works as expected 2019-11-15 11:35:08 -05:00
Timothy Warren 8951894493 More PHP token refactoring 2019-11-14 17:11:10 -05:00
Timothy Warren de0b6bda43 First unit test 2019-11-14 11:12:32 -05:00
Timothy Warren 9c23194feb little rawmode cleanup 2019-11-08 21:48:46 -05:00
Timothy Warren 5787fe3822 Go full PHP with composer and phpunit 2019-11-08 16:27:08 -05:00
Timothy Warren c4f9d67980 Further simplify Row->update 2019-11-08 13:32:31 -05:00
Timothy Warren 8baca1d293 Improve token mapping, fix multi-line PHP comments 2019-11-08 13:28:24 -05:00
Timothy Warren e2e4f421e0 Insert a little more sanity 2019-11-08 12:04:26 -05:00
Timothy Warren 252eddc093 Another ugly progress commit 2019-11-08 12:02:00 -05:00
Timothy Warren ae5228a6f1 Minor refactor 2019-11-06 14:55:32 -05:00
Timothy Warren d3bf9294cc Cut down on some highlighting boilerplate 2019-11-06 14:48:21 -05:00
Timothy Warren da2bec354a Ugly progress commit 2019-11-06 13:57:19 -05:00
Timothy Warren 0877bcd6dd Some progress on multi-line comments in PHP 2019-11-05 16:56:18 -05:00
Timothy Warren 155340df66 Misc updates 2019-11-05 13:51:21 -05:00
Timothy Warren be415d28b8 More looping updates 2019-11-05 13:21:37 -05:00
Timothy Warren 2871ead27d Do null key check 2019-11-05 12:56:12 -05:00
Timothy Warren dd9d52400e Remove redundant code 2019-11-05 12:38:03 -05:00