EditorConfig.Glob.Compiled (EditorConfig v0.1.0)

Copy Markdown View Source

Compiled EditorConfig glob.

Summary

Types

range_check()

@type range_check() :: %{capture: pos_integer(), min: integer(), max: integer()}

t()

@type t() :: %EditorConfig.Glob.Compiled{
  anchored?: boolean(),
  matches_nothing?: boolean(),
  pattern: String.t(),
  ranges: [range_check()],
  regex: Regex.t()
}