diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-09 20:57:20 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-09 20:57:20 -0700 |
commit | dd9102d8c0477afef5ad8e72662ce1d3f6191182 (patch) | |
tree | dbc065ea96a750e4fcc0c4be6af3299e3a6a1272 /docs/js/highlight-js-json.471128d2.js | |
parent | ad43581096c3a8cb521bfeec7a1337a3918fa4f0 (diff) |
add initial docs
Diffstat (limited to 'docs/js/highlight-js-json.471128d2.js')
-rw-r--r-- | docs/js/highlight-js-json.471128d2.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/js/highlight-js-json.471128d2.js b/docs/js/highlight-js-json.471128d2.js new file mode 100644 index 0000000..c87d3c3 --- /dev/null +++ b/docs/js/highlight-js-json.471128d2.js @@ -0,0 +1,10 @@ +/*! + * This source file is part of the Swift.org open source project + * + * Copyright (c) 2021 Apple Inc. and the Swift project authors + * Licensed under Apache License v2.0 with Runtime Library Exception + * + * See https://swift.org/LICENSE.txt for license information + * See https://swift.org/CONTRIBUTORS.txt for Swift project authors + */ +(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["highlight-js-json"],{"5ad2":function(n,e){function a(n){const e={className:"attr",begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},a={match:/[{}[\],:]/,className:"punctuation",relevance:0},s={beginKeywords:["true","false","null"].join(" ")};return{name:"JSON",contains:[e,a,n.QUOTE_STRING_MODE,s,n.C_NUMBER_MODE,n.C_LINE_COMMENT_MODE,n.C_BLOCK_COMMENT_MODE],illegal:"\\S"}}n.exports=a}}]);
\ No newline at end of file |