Home
last modified time | relevance | path

Searched refs:reset_indent (Results 1 – 1 of 1) sorted by relevance

/third_party/PyYAML/examples/pygments-lexer/
Dyaml.py42 def reset_indent(TokenClass): function
176 (r'^%YAML(?=[ ]|$)', reset_indent(Name.Directive),
179 (r'^%TAG(?=[ ]|$)', reset_indent(Name.Directive),
183 reset_indent(Punctuation.Document), 'block-line'),