Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: third_party/re2/doc/mksyntaxhtml

Issue 1544433002: Replace RE2 import with a dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-Added LICENSE and OWNERS file Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/re2/doc/mksyntaxgo ('k') | third_party/re2/doc/mksyntaxwiki » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/doc/mksyntaxhtml
diff --git a/third_party/re2/doc/mksyntaxhtml b/third_party/re2/doc/mksyntaxhtml
deleted file mode 100755
index 0292ea00a8b8feee418084480c12aec735d1148a..0000000000000000000000000000000000000000
--- a/third_party/re2/doc/mksyntaxhtml
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/sh
-
-cp syntax.txt syntax.html
-sam -d syntax.html <<'!'
-,s/\&/\&amp;/g
-,s/</\&lt;/g
-,s/>/\&gt;/g
-,s!== (([^()]|\([^()]*\))*)!≡ <code>\1</code>!g
-,s!«!<code>!g
-,s!»!</code>!g
-,s! vim$! <font size=-2>VIM</font>!g
-,s! pcre$! <font size=-2>PCRE</font>!g
-,s! perl$! <font size=-2>PERL</font>!g
-,x g/NOT SUPPORTED/ s!^[^ ]+!<font color=#808080>&</font>!
-,s!NOT SUPPORTED!!g
-,s!(^[^ ]+) (.*)\n!<tr><td><code>\1</code></td><td>\2</td></tr>\n!g
-,s!.*:$!<b>&</b>!g
-,s!^$!<tr><td></td></tr>!g
-,x v/<tr>/ s!.*!<tr><td colspan=2>&</td></tr>!
-1,2c
-<html>
-<!-- AUTOMATICALLY GENERATED by mksyntaxhtml -->
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<title>RE2 regular expression syntax reference</title>
-</head>
-<body>
-<h1>RE2 regular expression syntax reference</h1>
-
-<table border=0 cellpadding=2 cellspacing=2>
-<tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></tr>
-<tr><td colspan=2>It also lists syntax accepted by PCRE, PERL, and VIM.</td></tr>
-<tr><td colspan=2>Grayed out expressions are not supported by RE2.</td></tr>
-.
-$a
-</table>
-</body>
-</html>
-.
-w
-q
-!
« no previous file with comments | « third_party/re2/doc/mksyntaxgo ('k') | third_party/re2/doc/mksyntaxwiki » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698