fix: renamed BaseLexer to Lexer and Lexer to RegexLexer to make API nicer

This commit is contained in:
2024-08-31 15:07:05 -03:00
parent 6f797f999a
commit 3ed4a7eab8
3 changed files with 14 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
require "docopt"
require "./**"
require "./tartrazine"
HELP = <<-HELP
tartrazine: a syntax highlighting tool