parent
63196f5646
commit
846928a030
|
@ -28,7 +28,7 @@ class RSTGrammar(Grammar):
|
|||
RegionRule(r'interpreted', r'`', RSTString2, r'`_?'),
|
||||
|
||||
PatternRule(r'anonymous', r'[a-zA-Z]+__'),
|
||||
PatternRule(r'reference', r'[a-zA-Z]+_'),
|
||||
PatternRule(r'reference', r'[a-zA-Z]+_(?![a-zA-Z0-9_])'),
|
||||
RegionRule(r'inline_internal', r'_`', RSTString2, r'`'),
|
||||
|
||||
RegionRule(r'substitution', r'\|(?! )', RSTString3, r'\|'),
|
||||
|
|
Loading…
Reference in New Issue