ca988defc1
chore(ignore): skip chore+ignore commits in changelog
2024-09-18 10:58:15 -03:00
687c6c81df
bump: Release v0.7.0
2024-09-18 10:58:15 -03:00
ac8b7e3800
test: added tests for CSS generation
Tests / build (push) Has been cancelled
Coverage / build (push) Has been cancelled
2024-09-10 22:38:04 -03:00
e288a55812
test: add basic tests for crystal and delegating lexers
2024-09-10 21:57:05 -03:00
11cb5fc48e
Merge pull request #3 from ralsina/crystal-native-tokenizer
...
Tests / build (push) Waiting to run
feat: use the native crystal highlighter
2024-09-09 21:52:39 -03:00
bf2f08c1d0
fix: make install work
2024-09-09 16:16:33 -03:00
84980459cf
feat: use the native crystal highlighter
...
The chroma highlighter for crystal is not great,
because the pygments one special cases things like
heredocs and that got lost in translation.
Since the crystal compiler comes with a highlighter
why not use it?
2024-09-09 16:14:35 -03:00
c011bd8347
feat: higher level API (to_html
and to_ansi
)
Tests / build (push) Has been cancelled
2024-09-05 12:03:33 -03:00
6a38f2f5fb
chore(ignore): removed random file
Tests / build (push) Waiting to run
2024-09-04 11:56:52 -03:00
c4a2d1a752
chore: Added badges
2024-09-04 11:44:33 -03:00
358be51e27
chore: Added badges
2024-09-04 11:42:48 -03:00
2cff0fea48
test: Add CI workflows
2024-09-04 11:39:14 -03:00
40202eb2d6
chore(ignore): fix tests
2024-09-04 11:37:36 -03:00
3ed4a7eab8
fix: renamed BaseLexer to Lexer and Lexer to RegexLexer to make API nicer
2024-09-04 11:37:36 -03:00
6f797f999a
fix: make it easier to import the Ansi formatter
2024-09-04 11:37:36 -03:00
b762307660
bump: Release v0.6.4
2024-09-04 11:37:36 -03:00
eb0cc089a9
fix: variable bame in Hacefile
2024-09-04 11:37:36 -03:00
88f2aace20
bump: Release v0.6.4
2024-09-04 11:37:36 -03:00
fe943fa399
build: fix markdown check
2024-09-04 11:37:36 -03:00
08f8138e05
fix: ameba
2024-09-04 11:37:36 -03:00
3c0b3c38e2
build: added do_release script
2024-09-04 11:37:36 -03:00
a1318501a5
build: switch from Makefile to Hacefile
2024-09-04 11:37:33 -03:00
daf24189bf
chore: updated pre-commit
2024-09-04 11:37:04 -03:00
3d3f9fcc24
chore: force conventional commit messages
2024-08-26 21:27:38 -03:00
a583b7359e
docs: Mention AUR package
2024-08-26 20:30:37 -03:00
de2a4a1996
chore: force conventional commit messages
2024-08-26 20:30:12 -03:00
31334ac802
chore: Started changelog
2024-08-26 20:20:26 -03:00
6d64491938
chore: git-cliff config
2024-08-26 20:19:02 -03:00
fb693bb221
chore: pre-commit hooks
2024-08-26 20:18:28 -03:00
c6824a99df
Use latest sixteen release
2024-08-26 17:09:31 -03:00
4dd2e925b0
Fix bug in ansi formatter
2024-08-26 16:44:44 -03:00
7bda19cdea
Use forked baked_file_system for now
2024-08-25 17:05:04 -03:00
0e7dafe711
Updated README
2024-08-24 22:33:24 -03:00
082241eb0f
Load lexer by mimetype
2024-08-24 22:20:38 -03:00
df88047ca8
v0.6.1
2024-08-24 21:45:57 -03:00
5a3b50d7a3
Integrate heuristics into lexer selection
2024-08-24 21:39:39 -03:00
a5926af518
Comments
2024-08-24 20:53:14 -03:00
fc9f834bc8
Make it work again
2024-08-24 20:09:29 -03:00
58fd42d936
Rebase to main
2024-08-24 19:59:05 -03:00
5a88a51f3e
Implement heuristics from linguist
2024-08-24 19:55:56 -03:00
fd7c6fa4b3
Sort of working?
2024-08-24 19:55:56 -03:00
6264bfc754
Beginning deserialization of data
2024-08-24 19:55:56 -03:00
38196d6e96
Rst lexer
2024-08-24 19:49:02 -03:00
c6cd74e339
248 languages
2024-08-23 14:49:01 -03:00
17c66a6572
typo
2024-08-23 14:46:26 -03:00
cd7e150aae
Merge pull request #1 from ralgozino/docs/improve-v0.6.0-instructions
...
docs: improve readme and help message
2024-08-23 14:45:56 -03:00
Ramiro Algozino
176b8e9bc9
docs: improve readme and help message
...
- Add example for printing output to the terminal
- Fix example for usage as CLI tool (missing -f flag)
- Add instructions in the help message for combining lexers
2024-08-23 18:30:14 +02:00
d8ddf5d8b6
v0.6.0
2024-08-23 10:39:08 -03:00
06556877ef
Merge branch 'more_lexers'
2024-08-23 10:34:17 -03:00
3d5d073471
Implemented usingbygroup action, so code-in-markdown works
2024-08-23 10:20:03 -03:00