mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-8270 reStructuredText highlight error
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -87,7 +87,7 @@ ANY= .|\n
|
||||
"*"[^*\n\r ][^*\n\r]*[^*\n\r ]"*" { return ITALIC;}
|
||||
"|"[^*|\n\r ][^*|\n\r]*[^*|\n\r ]"|" { return SUBSTITUTION;}
|
||||
|
||||
"http://"[^\n\r ]+ {return DIRECT_HYPERLINK;}
|
||||
"http"s?"://"[^\n\r ]+ {return DIRECT_HYPERLINK;}
|
||||
|
||||
"`"[^`\n\r ][^`\n\r]*[^`\n\r ]"`" { return INTERPRETED;}
|
||||
"`"{NOT_BACKQUOTE}+"`_""_"?{SEPARATOR} {yypushback(1); return REFERENCE_NAME;}
|
||||
|
||||
Reference in New Issue
Block a user