Packages

An Erlang lexer and syntax highlighter for Gleam!

Current section

Files

Jump to
pearl include pearl_TripleQuotedString.hrl
Raw

include/pearl_TripleQuotedString.hrl

-record(triple_quoted_string, {
sigil :: gleam@option:option(binary()),
number_of_quotes :: integer(),
beginning_whitespace :: binary(),
lines :: list(binary()),
end_indentation :: binary()
}).