mirror of
https://github.com/alecthomas/chroma.git
synced 2025-03-23 21:29:15 +02:00
This is a lexer that is useful for templating languages, where the surrounding text may be of a different syntax. eg. PHP+HTML The PHP lexer has been changed accordingly. Fixes #80
3 lines
91 B
Go
3 lines
91 B
Go
// Package circular exists to break circular dependencies between lexers.
|
|
package circular
|