Packages

Rustler binding for the Syntect syntax highlighter, with streaming and iolists

Current section

Files

Jump to
rustled_syntect lib rustled_syntect syntax.ex
Raw

lib/rustled_syntect/syntax.ex

defmodule RustledSyntect.Syntax do
defstruct name: "", file_extensions: [], first_line_match: nil
end