Skip to content

v0.1.0

Compare
Choose a tag to compare
@alecthomas alecthomas released this 25 Sep 08:19
· 710 commits to master since this release

Changelog

2181aa5 Fix goreleaser config (hopefully).
a75ba5d Use goreleaser.
b0295f6 Remove spurious newline in HTML output.
022592b Correctly prioritise names over aliases.
cf0d471 Merge pull request #26 from glaforge/patch-1
cce6c8e Missing 'as' and 'in' keywords
b83a015 More YAML tweaks.
b25b614 Remove comment.
237eebb A naive YAML lexer.
c984ca4 Add html.BaseLineNumber(n).
d1be630 Merge pull request #25 from steambap/master
cff81ff Add GDScript lexer
0e1d1c1 Merge pull request #24 from rogersachan/patch-1
b3b9d8d Remove old license
1af7e1a Adjust line number padding a bit.
99d0e49 Simplify command-line flags a bit.
d5083b3 Big changes to the style and colour APIs.
9d7539a Fix bug in Turtle lexer.
a5a3b67 Reprocess all rules after a LexerMutator is applied.
8170d52 Remove dependency on go-colorful.
2ce2ec7 Fix bug with empty states.
0bb853f Convert Include to a LexerMutator.
f8658ed Add Restructured Text lexer.
e5fd873 Merge pull request #20 from sago35/fix-windows-color
1364bff Fix colors on windows
c279acf Merge pull request #19 from steambap/master
698bea1 Fix JavaScript keywords
1724aab Implement compile-time lexer mutators.
60797cc Add tracing + better error recovery.
e5e7b57 Fix style tests.
551f7ce Return errors for invalid styles, rather than panicking.
e59d463 Add async/await to JS lexer. Fixes #12.
4c6dba0 Add "monokailight" style.
fd4772d Merge pull request #11 from azillion/patch-1
1b9f70d Add missing letter
e2d6aba Document and add iterator panic recovery.
cc0e4a5 Switch to an Iterator interface.
36ead72 Use utf8.RuneCountInString() rather than len() :(
3f941dd Correctly add styles for line numbers and line highlights when inling.
44b23f9 Split Regexp lexer into its own file.
a5637e6 Support for highlighting ranges of lines.
3f230ec Add support for line numbers.
feb78ed Combine HTML formatting functions.
b57f8a4 Update list.
2b1ffff Add missing Genshi variants.
a729603 Add test to pre-compile all regexes.
87183b3 Add HTML formatter option for setting the tab width.
631fc87 Fix lua lexer, and actually check error value from compiling regexes :(
00d5486 Add lexers.MatchMimeType(mimeType).
d80c30a Sort formatters and styles Names().
04782e0 Add doc.go.
c259129 Rename "raw" to "tokens", as it makes more sense.
affaf50 Add lower-case '*.r' glob for R.
b24f936 Update list of languages in README.
3df4c80 Rename S -> R + sort list of lexers.
fbc889a Correct HTML output + add R/S.


Automated with GoReleaser
Built with go version go1.9 linux/amd64