mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-12-04 15:50:35 +00:00
fix: support choosing lexers when used as a library
This commit is contained in:
parent
9e2585a875
commit
44e6af8546
@ -9,7 +9,7 @@ module Tartrazine
|
|||||||
|
|
||||||
macro bake_selected_lexers
|
macro bake_selected_lexers
|
||||||
{% for lexer in env("TT_LEXERS").split "," %}
|
{% for lexer in env("TT_LEXERS").split "," %}
|
||||||
bake_file {{ lexer }}+".xml", {{ read_file "lexers/" + lexer + ".xml" }}
|
bake_file {{ lexer }}+".xml", {{ read_file "#{__DIR__}/../lexers/" + lexer + ".xml" }}
|
||||||
{% end %}
|
{% end %}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user