|
76ef1fea41
|
Fix example code in README
|
2024-08-21 21:22:36 -03:00 |
|
|
3ebedec6c1
|
Make formatter a bit more convenient
|
2024-08-19 11:26:34 -03:00 |
|
|
57e63f2308
|
Make formatter a bit more convenient
|
2024-08-19 11:20:08 -03:00 |
|
|
4a598a575b
|
Make formatter a bit more convenient
|
2024-08-19 11:18:54 -03:00 |
|
|
9042138053
|
Make formatter a bit more convenient
|
2024-08-19 11:17:44 -03:00 |
|
|
fa647e898a
|
Make formatter a bit more convenient
|
2024-08-19 10:15:02 -03:00 |
|
|
ad92929a10
|
Make formatter a bit more convenient
|
2024-08-19 09:59:01 -03:00 |
|
|
bb952a44b8
|
Use IO for output
|
2024-08-16 17:25:33 -03:00 |
|
|
ae03e4612e
|
todo management
|
2024-08-16 14:05:34 -03:00 |
|
|
471b2f5050
|
updated
|
2024-08-16 14:03:05 -03:00 |
|
|
5a3b08e716
|
lint
|
2024-08-16 14:01:16 -03:00 |
|
|
9ebb9f2765
|
Fix off-by-1
|
2024-08-16 13:36:11 -03:00 |
|
|
7538fc76aa
|
Tokenize via an iterator, makes everything much faster
|
2024-08-16 13:27:02 -03:00 |
|
|
788577b226
|
Fix comment
|
2024-08-15 23:56:52 -03:00 |
|
|
1f01146b1f
|
Minor cleanup
|
2024-08-15 23:21:21 -03:00 |
|
|
9041b763ea
|
Remove unused bits of lexer config
|
2024-08-15 23:17:49 -03:00 |
|
|
ada30915c3
|
Idiomatic changes
|
2024-08-15 23:16:29 -03:00 |
|
|
78eff45ea0
|
Idiomatic changes
|
2024-08-15 23:11:49 -03:00 |
|
|
e817aedd60
|
Idiomatic changes
|
2024-08-15 22:41:24 -03:00 |
|
|
20d6b65346
|
More idiomatic
|
2024-08-15 22:01:50 -03:00 |
|
|
cb09dff9f1
|
Minor cleanup
|
2024-08-15 21:35:06 -03:00 |
|
|
b589726352
|
Make action a struct, guard against popping too much
|
2024-08-15 21:16:17 -03:00 |
|
|
a3a7b5bd9a
|
Many cleanups
|
2024-08-15 21:10:25 -03:00 |
|
|
58e8dac038
|
Make usingself MUCH cheaper, since it was called many times when parsing C
|
2024-08-15 19:20:12 -03:00 |
|
|
f72a40f095
|
Oops, escape things in HTML formatter!
|
2024-08-15 17:12:29 -03:00 |
|
|
bf257a5b82
|
cleanup
|
2024-08-15 17:05:03 -03:00 |
|
|
029495590c
|
cleanup
|
2024-08-15 17:04:48 -03:00 |
|
|
115debdec6
|
Allocate match_data once
|
2024-08-15 17:04:16 -03:00 |
|
|
4612db58fe
|
Prefetch XML data
|
2024-08-15 17:03:58 -03:00 |
|
|
f45a86c83a
|
ignore
|
2024-08-15 16:35:58 -03:00 |
|
|
27008640a6
|
v0.4.0
|
2024-08-14 13:25:39 -03:00 |
|
|
7db8fdc9e4
|
Updated README
|
2024-08-14 13:25:20 -03:00 |
|
|
ad664d9f93
|
Added error handling
|
2024-08-14 11:24:25 -03:00 |
|
|
0626c8619f
|
Working bytes-regexes, faster, MORE tests pass
|
2024-08-14 11:06:53 -03:00 |
|
|
3725201f8a
|
Merge branch 'main' of github.com:ralsina/tartrazine
|
2024-08-14 09:25:08 -03:00 |
|
|
6f64b76c44
|
lint
|
2024-08-13 22:07:23 -03:00 |
|
|
5218af6855
|
lint
|
2024-08-13 22:06:19 -03:00 |
|
|
c898f395a1
|
reset stack on EOL instead of error, makes no difference, but it's in pygments version
|
2024-08-13 22:06:07 -03:00 |
|
|
56e49328fb
|
Tiny bug
|
2024-08-13 21:00:00 -03:00 |
|
|
8d7faf2098
|
0.3.0
|
2024-08-13 11:06:06 -03:00 |
|
|
2e87762f1b
|
API changes to make it nicer
These are incompatible, tho.
* Theme is now a property of the formatter instead
of passing it arounf
* get_style_defs is now style_defs
|
2024-08-13 10:57:02 -03:00 |
|
|
88f5674917
|
Tiny bug
|
2024-08-12 21:02:17 -03:00 |
|
|
ce6f3d29b5
|
Remove Re2 hack
|
2024-08-12 19:01:13 -03:00 |
|
|
46d6d3f467
|
Make how-heavy-is-bold configurable
|
2024-08-12 10:55:58 -03:00 |
|
|
78ddc69937
|
Merge branch 'main' of github.com:ralsina/tartrazine
|
2024-08-12 10:11:03 -03:00 |
|
|
b1ad7b64c0
|
oops
|
2024-08-12 10:10:51 -03:00 |
|
|
cbedf8a8db
|
Bump to 0.2.0
|
2024-08-11 13:24:30 -03:00 |
|
|
ec8c53c823
|
Added --line-numbers for the terminal formatter
|
2024-08-11 13:21:47 -03:00 |
|
|
e3a1ce37b4
|
Support guessing lexer by filename
|
2024-08-11 13:04:35 -03:00 |
|
|
b4f38e00e1
|
Script to generate lexer metadata constants
|
2024-08-11 12:41:22 -03:00 |
|