summaryrefslogtreecommitdiffstats
path: root/static/js/google-code-prettify/lang-proto.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/google-code-prettify/lang-proto.js')
-rw-r--r--static/js/google-code-prettify/lang-proto.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/google-code-prettify/lang-proto.js b/static/js/google-code-prettify/lang-proto.js
deleted file mode 100644
index f006ad8..0000000
--- a/static/js/google-code-prettify/lang-proto.js
+++ /dev/null
@@ -1 +0,0 @@
-PR.registerLangHandler(PR.sourceDecorator({keywords:"bytes,default,double,enum,extend,extensions,false,group,import,max,message,option,optional,package,repeated,required,returns,rpc,service,syntax,to,true",types:/^(bool|(double|s?fixed|[su]?int)(32|64)|float|string)\b/,cStyleComments:!0}),["proto"]);