zyedidia / highlight

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

Updated to include embedded syntax files #14

Open djthorpe opened 3 years ago

djthorpe commented 3 years ago

I added some code to embed the syntax files, and a new method AllDefs which read syntax file definitions from the embedded syntax files. Also added an example, a test and a go.mod file plus updated the README.