View Source Hologram.Template.Tokenizer (hologram v0.2.0)
Summary
Functions
Splits template markup into a list of tokens.
Types
@type token() :: {:string | :symbol | :whitespace, String.t()}
Splits template markup into a list of tokens.
@type token() :: {:string | :symbol | :whitespace, String.t()}