|
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 |
|
|
519a193a8d
|
Refactor PHP token function into class, more tests
|
2019-11-14 12:14:02 -05:00 |
|
|
de0b6bda43
|
First unit test
|
2019-11-14 11:12:32 -05:00 |
|
|
99799e1d5a
|
Slight tweak of php token handling
|
2019-11-13 16:26:19 -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 |
|
|
bb10b69e12
|
Make ANSI escape colors into constants
|
2019-11-06 16:11:38 -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 |
|
|
0877bcd6dd
|
Some progress on multi-line comments in PHP
|
2019-11-05 16:56:18 -05:00 |
|
|
155340df66
|
Misc updates
|
2019-11-05 13:51:21 -05:00 |
|
|
f55a603031
|
Add php highlighting test file
|
2019-11-05 13:50:02 -05:00 |
|
|
be415d28b8
|
More looping updates
|
2019-11-05 13:21:37 -05:00 |
|
|
2871ead27d
|
Do null key check
|
2019-11-05 12:56:12 -05:00 |
|
|
dd9d52400e
|
Remove redundant code
|
2019-11-05 12:38:03 -05:00 |
|
|
c7d9f00965
|
Replace foreachs with for loops
|
2019-11-05 12:37:25 -05:00 |
|
|
c16b9aa6f0
|
Fix some editing issues
|
2019-11-05 12:28:10 -05:00 |
|
|
3d2bc7ef48
|
Partially fix inserting new lines in the PHP version
|
2019-10-31 19:05:39 -04:00 |
|
|
d617c1c009
|
More progress on PHP syntax highlighting
|
2019-10-30 16:36:17 -04:00 |
|
|
d115985833
|
Make sure to keep all the tokens, rework php highlighting into lookup arrays
|
2019-10-30 14:21:10 -04:00 |
|
|
fa96e91b30
|
More PHP highlighting
|
2019-10-29 17:24:04 -04: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 |
|
|
4df0644bc2
|
Refactor array_replace_range and syntax_to_color
|
2019-10-25 15:35:20 -04:00 |
|
|
e6dc670c1d
|
Complete step 176
|
2019-10-25 15:34:56 -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 |
|
|
17283f5011
|
Improve highlighting loop and language support
|
2019-10-25 10:47:44 -04:00 |
|
|
5566441dc3
|
Complete step 164
|
2019-10-25 10:28:15 -04:00 |
|
|
79d9a6def3
|
Remove some extra lines
|
2019-10-24 20:21:44 -04:00 |
|
|
76b6acdf80
|
tweak main function
|
2019-10-24 17:07:07 -04:00 |
|
|
26eb9170f7
|
Add Syntax class, from step 157
|
2019-10-24 16:58:52 -04:00 |
|
|
cb8eb05249
|
Split classes and setup autoloading
|
2019-10-24 16:57:27 -04:00 |
|
|
88afc3909e
|
Improve number highlighting, finish step 156
|
2019-10-24 16:22:52 -04:00 |
|
|
a59bcfb9d1
|
highlight search results in blue, step 151
|
2019-10-24 12:01:00 -04:00 |
|
|
78a91514b3
|
Refactor C constants to be class constants of the C class
|
2019-10-24 12:00:14 -04:00 |
|
|
29026373b8
|
Make functions all snake case, move ffi to only functions.php
|
2019-10-24 10:58:38 -04:00 |
|
|
23c88b7dad
|
Simplify getting 'enum' constants
|
2019-10-23 16:14:27 -04:00 |
|
|
0da8d12758
|
Refactor syntax highlighting, complete step 149
|
2019-10-23 16:10:56 -04:00 |
|
|
83168301ce
|
Make digits red
|
2019-10-23 13:36:16 -04:00 |
|
|
bb1ee20964
|
Remove unused ffi prototypes, make php equivalent functions
|
2019-10-23 13:34:40 -04:00 |
|
|
0b66606e6c
|
Finish chapter 6, adding incremental search
|
2019-10-23 10:36:04 -04:00 |
|