highlight icon indicating copy to clipboard operation
highlight copied to clipboard

A Go package for syntax highlighting

Results 8 highlight issues
Sort by recently updated
recently updated
newest added

Ideally, we should add protection against such a case in an earlier stage but, this will do for now. Also: - Guard against non-existing syn highlighter file - Create mod...

https://github.com/zyedidia/highlight/blob/291680feaca1bae8a5da754ac5626963657f2948/highlighter.go#L96 does not check if there is a backslash before the character. This causes various issues in micro-editor's syntax highlighting (for example https://github.com/zyedidia/micro/issues/2397, I have noticed similar problems in other...

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...

I recently added a PR using highlight to https://github.com/senorprogrammer/wtf in https://github.com/senorprogrammer/wtf/pull/250 based on https://github.com/senorprogrammer/wtf/issues/81 It would be great if someone can contribute an org mode yaml.

Based on the language documentation: http://inform-fiction.org/manual/html/ Only missing special characters that contain ^; any such regex breaks for some reason.