This website requires JavaScript.
Explore
Help
Sign In
go
/
clifmt
Watch
1
Star
0
Fork
You've already forked clifmt
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
15
Commits
2
Branches
0
Tags
57
KiB
8240584340
Commit Graph
3 Commits
Author
SHA1
Message
Date
xdrm-brackets
7ee7710e74
update whole structure : each syntax feature implements now the 'internal/transform/Transformer' interface ; to apply all transforms on the same input text, use a 'internal/transform/Registry' that dispatches errors | update all transformers' code to the new structure | still pass tests
2019-01-27 20:31:06 +01:00
xdrm-brackets
60b733783c
allow escaping special characters (*, _, $, [) | fix: append last character when cursor is len-1 after all matches | add transform/markdown/hyperlink format
2019-01-27 16:39:34 +01:00
xdrm-brackets
7c12b9a9db
update structure | 'internal/color' for color type and theme | 'internal/transform/color' for colorization | 'internal/transform/markdown' for markdown-like formatting | 'clifmt.go' tests | make colorization + markdown-like format available for nesting (and cross-nesting?)
2019-01-25 16:14:45 +01:00