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:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-10-03 16:31:57 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-10-03 16:31:57 +0300
commit4bbbee4df18f458786396a54afab742d4f1c9024 (patch)
treebcfcee4205e9f6b7f7dc8c588a8c0dec6cc36e7f /js/highlight/yaml.js
parent8f2fab223fb2927cc6fbe8b74f868b0bf44a8b98 (diff)
Fix NPM audit
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'js/highlight/yaml.js')
-rw-r--r--js/highlight/yaml.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/highlight/yaml.js b/js/highlight/yaml.js
index 5c183655d..add1efecf 100644
--- a/js/highlight/yaml.js
+++ b/js/highlight/yaml.js
@@ -1,2 +1,2 @@
(window.textWebpackJsonp=window.textWebpackJsonp||[]).push([[184],{266:function(e,n){e.exports=function(e){var n="[a-zA-Z_][\\w\\-]*",a={className:"attr",variants:[{begin:"^[ \\-]*"+n+":"},{begin:'^[ \\-]*"'+n+'":'},{begin:"^[ \\-]*'"+n+"':"}]},s={className:"string",relevance:0,variants:[{begin:/'/,end:/'/},{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,{className:"template-variable",variants:[{begin:"{{",end:"}}"},{begin:"%{",end:"}"}]}]};return{case_insensitive:!0,aliases:["yml","YAML","yaml"],contains:[a,{className:"meta",begin:"^---s*$",relevance:10},{className:"string",begin:"[\\|>] *$",returnEnd:!0,contains:s.contains,end:a.variants[0].begin},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!"+e.UNDERSCORE_IDENT_RE},{className:"type",begin:"!!"+e.UNDERSCORE_IDENT_RE},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"^ *-",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:"true false yes no null",keywords:{literal:"true false yes no null"}},e.C_NUMBER_MODE,s]}}}}]);
-//# sourceMappingURL=yaml.js.map?v=a4e827a778e8838a36a3 \ No newline at end of file
+//# sourceMappingURL=yaml.js.map?v=33ce49cae725cba2c42c \ No newline at end of file