zyedidia / highlight

A Go package for syntax highlighting
Other
55 stars 32 forks source link

added asciidoc #4

Closed colinrioux closed 7 years ago

zyedidia commented 7 years ago

Thanks! I have also just added a new file that should allow you to check the syntax files for errors. In the syntax_files directory there is now a program called syntax_checker.go. You can run with go run syntax_checker.go (I assume you have go installed on your computer). It should output and errors with the syntax files (or No issues! if there aren't any).