Skip to content

v0.6.3

Compare
Choose a tag to compare
@alecthomas alecthomas released this 25 Mar 04:16
· 567 commits to master since this release

Changelog

38460d1 Clean repo before running goreleaser because it's insanely pedantic.
564f7d3 add support for matlab
c67f8fe Support SystemVerilog DPI and DPI-C import statements
e10834d README adjustments (#236)
3bae20e Add modern struct keywords to Julia lexer
b5ccb8d Improve numbers parsing in Kotlin
f4dea84 Add Turing tests
243dad6 Add Turing lexer
8fd401f Fix JS second part of division expression
1a22fed Fix Rust raw string literals
af4cf6a Fix capitalisation mistake in lexer variable
15bc683 Remove comment and CPP name
c53abb0 Add Arduino lexer
3159487 Recognise hexadecimal colour values in TradingView lexer
8548c73 Move test assertion generation into testcase
6227d9b Add missing TradingView tokens
4b6319e Add basic graphql support
3c6b341 Add additional information about style to README
8ce6ac6 Enable EnsureNL for TradingView and C# lexers
abbe00c Provide some default styles for RRT (fixes #212) (#219)
da5ac60 Add golangci-lint and fix all lint issues.
e27f19c Remove unnecessary loop.
c4bec47 Don't break Markdown on multiple bolds on a single line.
2a59c2c Synthesise meta style-entries on demand.
69c9a26 Expose Colour.BrightenOrDarken (useful for #211).