aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/yaml.lua
AgeCommit message (Collapse)AuthorFilesLines
2020-07-14lexlua: Minor pattern refactoring.mitchell1-2/+2
2020-04-25Reformatted Lua LPeg lexers and added new convenience functions and pattern.mitchell1-37/+37
`lexer.range()` replaces `lexer.delimited_range()` and `lexer.nested_pair()`. `lexer.to_eol()` replaces `patt * lexer.nonnewline^0` constructs. `lexer.number` replaces `lexer.float + lexer.integer`. Also added unit tests for lexer functions.
2019-12-31Updated copyright year for lexlua-specific bits of LongTerm3.mitchell1-1/+1
2019-04-08lexlua: Fixed rule order in YAML lexer.mitchell1-1/+1
2019-04-08lexlua: Fixed lack of highlighting strings in YAML.mitchell1-0/+1
2019-02-16Updated copyright year.mitchell1-1/+1
2018-03-11Added optional Lua lexer support.mitchell1-0/+120
This support is disabled by default and must be enabled via compile-time option.