Commit Graph

66 Commits

Author SHA1 Message Date
5828895eec Remove redundant docblock tags
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2023-10-19 12:20:11 -04:00
Timothy Warren
26ea12883a Minor code cleanup
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2022-11-18 13:38:18 -05:00
Timothy Warren
5598636df1 Update test php file
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2022-08-23 15:33:11 -04:00
Timothy Warren
36da56c519 Refactor to use new enums 2021-12-03 11:59:42 -05:00
Timothy Warren
4d91919fb5 Minor refactors, fix some typos 2021-08-13 11:16:57 -04:00
ad90dcc775 Properly highlight hex and binary numeric literals
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-04-15 13:18:41 -04:00
c928be2d73 Merge branch 'refactor'
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-04-15 12:50:17 -04:00
608fe6cc62 Improve c language highlighting
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-04-15 12:47:02 -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
3ef4268263 More docblocks
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-04-14 18:38:33 -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
Timothy Warren
d0817b62c4 Fix off-by-one highlighting error
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-04-14 16:38:41 -04:00
Timothy Warren
a50c22c0e0 Fix more tests
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-04-14 14:40:35 -04:00
Timothy Warren
8f5986e91e Resolve merge conflict 2021-04-14 13:24:13 -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
5746d15117 Remove redundant method
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-04-14 12:25:41 -04:00
Timothy Warren
69ffb84b33 Remove some coverage comments
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-04-13 15:03:17 -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
dcaf922796 Split syntax highlighting into methods
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-04-09 19:41:15 -04:00
Timothy Warren
30b4c3818a Continue refactoring of non-PHP syntax highlighting
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
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
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-03-18 16:26:30 -04:00
Timothy Warren
85e96264a8 Get syntax highlighting and keyboard natvigation working again...buggy editing functionality
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-03-17 13:14:16 -04:00
d0aea78ac3 In progress refactoring of Editor->Document
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-03-17 08:52:17 -04:00
cec69cfb93 Change dirty flag from int to bool 2021-03-10 22:47:57 -05:00
Timothy Warren
31144fb2e3 Some more code cleanup
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-03-10 11:10:52 -05:00
5329378b93 Cleanup some unused code
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-03-09 13:37:03 -05:00
Timothy Warren
b642ff5c59 Readability refactoring
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2021-03-04 12:03:51 -05:00
Timothy Warren
02259f61a7 Simplify code with match statements
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-03-03 16:35:58 -05:00
9280b77d1e Highlight more token types
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-03-03 13:14:44 -05:00
Timothy Warren
03fed4d667 PHP Syntax highlighting using PhpToken
Some checks failed
timw4mail/php-kilo/pipeline/head There was a failure building this commit
2021-03-03 11:50:29 -05:00
Timothy Warren
7cd7d1baa5 Create php8 fork
All checks were successful
timw4mail/php-kilo/pipeline/head This commit looks good
2020-12-04 11:18:21 -05:00
6f870aa922 Refactor and simplify 2020-02-05 14:50:31 -05:00
fb5dd66bee Replace inline ANSI escapes with constants and static methods
Some checks failed
Gitea - Tutorials/php-kilo/master There was a failure building this commit
2019-12-04 10:54:15 -05:00
f5aafb465a Mac fixes
Some checks failed
Gitea - Tutorials/php-kilo/master There was a failure building this commit
2019-12-02 09:44:11 -05:00
5c73b3db2b More test coverage, and snapshots 2019-11-20 15:03:48 -05:00
a3e902967a A little cleanup refactoring 2019-11-19 15:57:51 -05:00
cf75f92cd5 Fix syntax highlighting dissapearing when code pushed to new line (for PHP) 2019-11-15 16:19:34 -05:00
345239d248 Fix test, PHP highlighting now works as expected 2019-11-15 11:35:08 -05:00
8951894493 More PHP token refactoring 2019-11-14 17:11:10 -05:00
de0b6bda43 First unit test 2019-11-14 11:12:32 -05:00
9c23194feb little rawmode cleanup 2019-11-08 21:48:46 -05:00
5787fe3822 Go full PHP with composer and phpunit 2019-11-08 16:27:08 -05:00
c4f9d67980 Further simplify Row->update 2019-11-08 13:32:31 -05:00
8baca1d293 Improve token mapping, fix multi-line PHP comments 2019-11-08 13:28:24 -05:00
e2e4f421e0 Insert a little more sanity 2019-11-08 12:04:26 -05:00
252eddc093 Another ugly progress commit 2019-11-08 12:02:00 -05:00
ae5228a6f1 Minor refactor 2019-11-06 14:55:32 -05:00
d3bf9294cc Cut down on some highlighting boilerplate 2019-11-06 14:48:21 -05:00
da2bec354a Ugly progress commit 2019-11-06 13:57:19 -05:00