ThirdParty/Pygments/pygments/lexers/int_fiction.py

changeset 6651
e8f3b5568b21
parent 5713
6762afd9f963
equal deleted inserted replaced
6650:1dd52aa8897c 6651:e8f3b5568b21
909 default('#pop:2') 909 default('#pop:2')
910 ], 910 ],
911 'block?/root': [ 911 'block?/root': [
912 (r'\{', Punctuation, ('#pop', 'block')), 912 (r'\{', Punctuation, ('#pop', 'block')),
913 include('whitespace'), 913 include('whitespace'),
914 (r'(?=[[\'"<(:])', Text, # It might be a VerbRule macro. 914 (r'(?=[\[\'"<(:])', Text, # It might be a VerbRule macro.
915 ('#pop', 'object-body/no-braces', 'grammar', 'grammar-rules')), 915 ('#pop', 'object-body/no-braces', 'grammar', 'grammar-rules')),
916 # It might be a macro like DefineAction. 916 # It might be a macro like DefineAction.
917 default(('#pop', 'object-body/no-braces')) 917 default(('#pop', 'object-body/no-braces'))
918 ], 918 ],
919 'block?': [ 919 'block?': [

eric ide

mercurial