Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-08 16:29:05 +0300
committernpmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>2021-07-08 16:53:31 +0300
commit7172ad1962d099f893146cc0e2a87c4159e20ee7 (patch)
treeeff9385d88416437abac23e1df349eb5a1e4599f /js/highlight/ebnf.js
parente96f62b5c625233393875430f5caf5b0f5879f9e (diff)
Some Design fixes
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'js/highlight/ebnf.js')
-rw-r--r--js/highlight/ebnf.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/highlight/ebnf.js b/js/highlight/ebnf.js
index 4addce21b..aa4473a2f 100644
--- a/js/highlight/ebnf.js
+++ b/js/highlight/ebnf.js
@@ -1,2 +1,2 @@
-(window.textWebpackJsonp=window.textWebpackJsonp||[]).push([[52],{491:function(n,e,a){"use strict";n.exports=function(n){const e=n.COMMENT(/\(\*/,/\*\)/);return{name:"Extended Backus-Naur Form",illegal:/\S/,contains:[e,{className:"attribute",begin:/^[ ]*[a-zA-Z]+([\s_-]+[a-zA-Z]+)*/},{begin:/=/,end:/[.;]/,contains:[e,{className:"meta",begin:/\?.*\?/},{className:"string",variants:[n.APOS_STRING_MODE,n.QUOTE_STRING_MODE,{begin:"`",end:"`"}]}]}]}}}}]);
-//# sourceMappingURL=ebnf.js.map?v=95c11a2a006100a74298 \ No newline at end of file
+(window.textWebpackJsonp=window.textWebpackJsonp||[]).push([[52],{492:function(n,e,a){"use strict";n.exports=function(n){const e=n.COMMENT(/\(\*/,/\*\)/);return{name:"Extended Backus-Naur Form",illegal:/\S/,contains:[e,{className:"attribute",begin:/^[ ]*[a-zA-Z]+([\s_-]+[a-zA-Z]+)*/},{begin:/=/,end:/[.;]/,contains:[e,{className:"meta",begin:/\?.*\?/},{className:"string",variants:[n.APOS_STRING_MODE,n.QUOTE_STRING_MODE,{begin:"`",end:"`"}]}]}]}}}}]);
+//# sourceMappingURL=ebnf.js.map?v=d67802d04fd314bb07ad \ No newline at end of file