@kg-ui/kg-ui-plus 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. package/dist/es/KgCopilot/CopiContent/AnswerHead.vue.mjs +16 -0
  2. package/dist/es/KgCopilot/CopiContent/AnswerHead.vue2.mjs +4 -0
  3. package/dist/es/KgCopilot/CopiContent/UserHead.vue.mjs +26 -0
  4. package/dist/es/KgCopilot/CopiContent/UserHead.vue2.mjs +4 -0
  5. package/dist/es/KgCopilot/CopiFooter/components/NewTheme.vue.mjs +7 -0
  6. package/dist/es/KgCopilot/CopiFooter/components/NewTheme.vue2.mjs +49 -0
  7. package/dist/es/KgCopilot/CopiFooter/components/NewTheme.vue3.mjs +4 -0
  8. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPlugin.vue.mjs +7 -0
  9. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPlugin.vue2.mjs +94 -0
  10. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPlugin.vue3.mjs +4 -0
  11. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SpeechControl.vue.mjs +7 -0
  12. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SpeechControl.vue2.mjs +33 -0
  13. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SpeechControl.vue3.mjs +4 -0
  14. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/Upload.vue.mjs +7 -0
  15. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/Upload.vue2.mjs +140 -0
  16. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/Upload.vue3.mjs +4 -0
  17. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/index.vue.mjs +7 -0
  18. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/index.vue2.mjs +131 -0
  19. package/dist/es/KgCopilot/CopiFooter/components/SearchInput/index.vue3.mjs +4 -0
  20. package/dist/es/KgCopilot/CopiFooter/index.vue.mjs +7 -0
  21. package/dist/es/KgCopilot/CopiFooter/index.vue2.mjs +21 -0
  22. package/dist/es/KgCopilot/CopiFooter/index.vue3.mjs +4 -0
  23. package/dist/es/KgCopilot/dialogue.vue.mjs +7 -0
  24. package/dist/es/KgCopilot/dialogue.vue2.mjs +131 -0
  25. package/dist/es/KgCopilot/dialogue.vue3.mjs +4 -0
  26. package/dist/es/KgCopilot/index.vue.mjs +7 -0
  27. package/dist/es/KgCopilot/index.vue2.mjs +49 -0
  28. package/dist/es/KgCopilot/index.vue3.mjs +4 -0
  29. package/dist/es/KgCopilot/mdInCode.mjs +56 -0
  30. package/dist/es/KgCopilot/readMd.vue.mjs +7 -0
  31. package/dist/es/KgCopilot/readMd.vue2.mjs +87 -0
  32. package/dist/es/KgCopilot/readMd.vue3.mjs +4 -0
  33. package/dist/es/ReIcon/index.mjs +11 -0
  34. package/dist/es/ReIcon/src/iconfont.mjs +46 -0
  35. package/dist/es/ReIcon/src/iconifyIconOffline.mjs +30 -0
  36. package/dist/es/ReIcon/src/iconifyIconOnline.mjs +29 -0
  37. package/dist/es/_virtual/___vite-browser-external.mjs +6 -0
  38. package/dist/es/_virtual/__vite-browser-external.mjs +4 -0
  39. package/dist/es/_virtual/_commonjsHelpers.mjs +34 -0
  40. package/dist/es/_virtual/_plugin-vue_export-helper.mjs +10 -0
  41. package/dist/es/_virtual/index.mjs +13 -0
  42. package/dist/es/api/project.mjs +51 -0
  43. package/dist/es/directives/heighlight/index.mjs +69 -0
  44. package/dist/es/directives/index.mjs +4 -0
  45. package/dist/es/home/LFilter/FilterArea.vue.mjs +7 -0
  46. package/dist/es/home/LFilter/FilterArea.vue2.mjs +507 -0
  47. package/dist/es/home/LFilter/FilterArea.vue3.mjs +4 -0
  48. package/dist/es/home/LFilter/FilterHead.vue.mjs +129 -0
  49. package/dist/es/home/LFilter/FilterHead.vue2.mjs +4 -0
  50. package/dist/es/home/LFilter/FilterItem.vue.mjs +7 -0
  51. package/dist/es/home/LFilter/FilterItem.vue2.mjs +114 -0
  52. package/dist/es/home/LFilter/FilterItem.vue3.mjs +4 -0
  53. package/dist/es/home/LFilter/FilterItemIcon.vue.mjs +7 -0
  54. package/dist/es/home/LFilter/FilterItemIcon.vue2.mjs +171 -0
  55. package/dist/es/home/LFilter/FilterItemIcon.vue3.mjs +4 -0
  56. package/dist/es/home/LFilter/index.vue.mjs +17 -0
  57. package/dist/es/home/LFilter/index.vue2.mjs +4 -0
  58. package/dist/es/home/LProject/index.vue.mjs +7 -0
  59. package/dist/es/home/LProject/index.vue2.mjs +70 -0
  60. package/dist/es/home/LProject/index.vue3.mjs +4 -0
  61. package/dist/es/home/index.vue.mjs +7 -0
  62. package/dist/es/home/index.vue2.mjs +80 -0
  63. package/dist/es/home/index.vue3.mjs +4 -0
  64. package/dist/es/index.mjs +36 -0
  65. package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/check.mjs +8 -0
  66. package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/circle-plus.mjs +8 -0
  67. package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/close.mjs +8 -0
  68. package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/microphone.mjs +8 -0
  69. package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/paperclip.mjs +8 -0
  70. package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/promotion.mjs +8 -0
  71. package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/upload.mjs +8 -0
  72. package/dist/es/node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/copy-simple.mjs +8 -0
  73. package/dist/es/node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/speaker-high-light.mjs +8 -0
  74. package/dist/es/node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/thumbs-down-thin.mjs +8 -0
  75. package/dist/es/node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/thumbs-up-thin.mjs +8 -0
  76. package/dist/es/node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/warning-bold.mjs +8 -0
  77. package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/add-line.mjs +8 -0
  78. package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/arrow-down-s-line.mjs +8 -0
  79. package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/arrow-up-s-line.mjs +8 -0
  80. package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/check-fill.mjs +8 -0
  81. package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/download-line.mjs +8 -0
  82. package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/more-2-fill.mjs +8 -0
  83. package/dist/es/node_modules/.pnpm/@iconify_vue@4.0.0_vue@3.2.45/node_modules/@iconify/vue/dist/iconify.mjs +1702 -0
  84. package/dist/es/node_modules/.pnpm/@iconify_vue@4.0.0_vue@3.2.45/node_modules/@iconify/vue/dist/offline.mjs +436 -0
  85. package/dist/es/node_modules/.pnpm/@pureadmin_utils@1.8.5_vue@3.2.45/node_modules/@pureadmin/utils/dist/index.mjs +70 -0
  86. package/dist/es/node_modules/.pnpm/call-bind@1.0.7/node_modules/call-bind/callBound.mjs +16 -0
  87. package/dist/es/node_modules/.pnpm/call-bind@1.0.7/node_modules/call-bind/index.mjs +36 -0
  88. package/dist/es/node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.mjs +48 -0
  89. package/dist/es/node_modules/.pnpm/dompurify@3.0.10/node_modules/dompurify/dist/purify.es.mjs +949 -0
  90. package/dist/es/node_modules/.pnpm/es-define-property@1.0.0/node_modules/es-define-property/index.mjs +22 -0
  91. package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.mjs +4 -0
  92. package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.mjs +4 -0
  93. package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.mjs +4 -0
  94. package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.mjs +4 -0
  95. package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.mjs +4 -0
  96. package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.mjs +4 -0
  97. package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.mjs +4 -0
  98. package/dist/es/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.mjs +72 -0
  99. package/dist/es/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.mjs +6 -0
  100. package/dist/es/node_modules/.pnpm/get-intrinsic@1.2.4/node_modules/get-intrinsic/index.mjs +320 -0
  101. package/dist/es/node_modules/.pnpm/gopd@1.0.1/node_modules/gopd/index.mjs +14 -0
  102. package/dist/es/node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.mjs +19 -0
  103. package/dist/es/node_modules/.pnpm/has-proto@1.0.3/node_modules/has-proto/index.mjs +11 -0
  104. package/dist/es/node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/index.mjs +21 -0
  105. package/dist/es/node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/shams.mjs +48 -0
  106. package/dist/es/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.mjs +8 -0
  107. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/core.mjs +5 -0
  108. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/apache.mjs +91 -0
  109. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/bash.mjs +377 -0
  110. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/basic.mjs +221 -0
  111. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/c.mjs +280 -0
  112. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/css.mjs +732 -0
  113. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/dart.mjs +247 -0
  114. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/django.mjs +47 -0
  115. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/dns.mjs +71 -0
  116. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/dos.mjs +160 -0
  117. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/dust.mjs +38 -0
  118. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/erlang.mjs +176 -0
  119. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/go.mjs +135 -0
  120. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/http.mjs +89 -0
  121. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/java.mjs +254 -0
  122. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/javascript.mjs +698 -0
  123. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/json.mjs +40 -0
  124. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/markdown.mjs +227 -0
  125. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/nginx.mjs +144 -0
  126. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/php.mjs +589 -0
  127. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/python.mjs +414 -0
  128. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/ruby.mjs +414 -0
  129. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/stylus.mjs +766 -0
  130. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/swift.mjs +832 -0
  131. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/typescript.mjs +788 -0
  132. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/xml.mjs +227 -0
  133. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/lib/core.mjs +1580 -0
  134. package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/styles/paraiso-light.css.mjs +4 -0
  135. package/dist/es/node_modules/.pnpm/marked@12.0.1/node_modules/marked/lib/marked.esm.mjs +2045 -0
  136. package/dist/es/node_modules/.pnpm/object-inspect@1.13.1/node_modules/object-inspect/index.mjs +514 -0
  137. package/dist/es/node_modules/.pnpm/pinyin-match@1.2.4/node_modules/pinyin-match/es/main.mjs +124 -0
  138. package/dist/es/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/formats.mjs +22 -0
  139. package/dist/es/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/index.mjs +14 -0
  140. package/dist/es/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/parse.mjs +199 -0
  141. package/dist/es/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/stringify.mjs +262 -0
  142. package/dist/es/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/utils.mjs +196 -0
  143. package/dist/es/node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.mjs +54 -0
  144. package/dist/es/node_modules/.pnpm/side-channel@1.0.6/node_modules/side-channel/index.mjs +115 -0
  145. package/dist/es/store/index.mjs +8 -0
  146. package/dist/es/store/modules/copilot.mjs +108 -0
  147. package/dist/es/store/modules/filters.mjs +346 -0
  148. package/dist/es/store/modules/types.mjs +19 -0
  149. package/dist/es/style/index.scss.mjs +4 -0
  150. package/dist/es/style/tailwind.css.mjs +4 -0
  151. package/dist/es/style.css +1 -0
  152. package/dist/es/utils/home.mjs +129 -0
  153. package/dist/es/utils/http/index.mjs +90 -0
  154. package/dist/es/utils/message.mjs +42 -0
  155. package/package.json +1 -1
@@ -0,0 +1,227 @@
1
+ function xml(hljs) {
2
+ const regex = hljs.regex;
3
+ const TAG_NAME_RE = regex.concat(/[\p{L}_]/u, regex.optional(/[\p{L}0-9_.-]*:/u), /[\p{L}0-9_.-]*/u);
4
+ const XML_IDENT_RE = /[\p{L}0-9._:-]+/u;
5
+ const XML_ENTITIES = {
6
+ className: "symbol",
7
+ begin: /&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/
8
+ };
9
+ const XML_META_KEYWORDS = {
10
+ begin: /\s/,
11
+ contains: [
12
+ {
13
+ className: "keyword",
14
+ begin: /#?[a-z_][a-z1-9_-]+/,
15
+ illegal: /\n/
16
+ }
17
+ ]
18
+ };
19
+ const XML_META_PAR_KEYWORDS = hljs.inherit(XML_META_KEYWORDS, {
20
+ begin: /\(/,
21
+ end: /\)/
22
+ });
23
+ const APOS_META_STRING_MODE = hljs.inherit(hljs.APOS_STRING_MODE, { className: "string" });
24
+ const QUOTE_META_STRING_MODE = hljs.inherit(hljs.QUOTE_STRING_MODE, { className: "string" });
25
+ const TAG_INTERNALS = {
26
+ endsWithParent: true,
27
+ illegal: /</,
28
+ relevance: 0,
29
+ contains: [
30
+ {
31
+ className: "attr",
32
+ begin: XML_IDENT_RE,
33
+ relevance: 0
34
+ },
35
+ {
36
+ begin: /=\s*/,
37
+ relevance: 0,
38
+ contains: [
39
+ {
40
+ className: "string",
41
+ endsParent: true,
42
+ variants: [
43
+ {
44
+ begin: /"/,
45
+ end: /"/,
46
+ contains: [XML_ENTITIES]
47
+ },
48
+ {
49
+ begin: /'/,
50
+ end: /'/,
51
+ contains: [XML_ENTITIES]
52
+ },
53
+ { begin: /[^\s"'=<>`]+/ }
54
+ ]
55
+ }
56
+ ]
57
+ }
58
+ ]
59
+ };
60
+ return {
61
+ name: "HTML, XML",
62
+ aliases: [
63
+ "html",
64
+ "xhtml",
65
+ "rss",
66
+ "atom",
67
+ "xjb",
68
+ "xsd",
69
+ "xsl",
70
+ "plist",
71
+ "wsf",
72
+ "svg"
73
+ ],
74
+ case_insensitive: true,
75
+ unicodeRegex: true,
76
+ contains: [
77
+ {
78
+ className: "meta",
79
+ begin: /<![a-z]/,
80
+ end: />/,
81
+ relevance: 10,
82
+ contains: [
83
+ XML_META_KEYWORDS,
84
+ QUOTE_META_STRING_MODE,
85
+ APOS_META_STRING_MODE,
86
+ XML_META_PAR_KEYWORDS,
87
+ {
88
+ begin: /\[/,
89
+ end: /\]/,
90
+ contains: [
91
+ {
92
+ className: "meta",
93
+ begin: /<![a-z]/,
94
+ end: />/,
95
+ contains: [
96
+ XML_META_KEYWORDS,
97
+ XML_META_PAR_KEYWORDS,
98
+ QUOTE_META_STRING_MODE,
99
+ APOS_META_STRING_MODE
100
+ ]
101
+ }
102
+ ]
103
+ }
104
+ ]
105
+ },
106
+ hljs.COMMENT(
107
+ /<!--/,
108
+ /-->/,
109
+ { relevance: 10 }
110
+ ),
111
+ {
112
+ begin: /<!\[CDATA\[/,
113
+ end: /\]\]>/,
114
+ relevance: 10
115
+ },
116
+ XML_ENTITIES,
117
+ // xml processing instructions
118
+ {
119
+ className: "meta",
120
+ end: /\?>/,
121
+ variants: [
122
+ {
123
+ begin: /<\?xml/,
124
+ relevance: 10,
125
+ contains: [
126
+ QUOTE_META_STRING_MODE
127
+ ]
128
+ },
129
+ {
130
+ begin: /<\?[a-z][a-z0-9]+/
131
+ }
132
+ ]
133
+ },
134
+ {
135
+ className: "tag",
136
+ /*
137
+ The lookahead pattern (?=...) ensures that 'begin' only matches
138
+ '<style' as a single word, followed by a whitespace or an
139
+ ending bracket.
140
+ */
141
+ begin: /<style(?=\s|>)/,
142
+ end: />/,
143
+ keywords: { name: "style" },
144
+ contains: [TAG_INTERNALS],
145
+ starts: {
146
+ end: /<\/style>/,
147
+ returnEnd: true,
148
+ subLanguage: [
149
+ "css",
150
+ "xml"
151
+ ]
152
+ }
153
+ },
154
+ {
155
+ className: "tag",
156
+ // See the comment in the <style tag about the lookahead pattern
157
+ begin: /<script(?=\s|>)/,
158
+ end: />/,
159
+ keywords: { name: "script" },
160
+ contains: [TAG_INTERNALS],
161
+ starts: {
162
+ end: /<\/script>/,
163
+ returnEnd: true,
164
+ subLanguage: [
165
+ "javascript",
166
+ "handlebars",
167
+ "xml"
168
+ ]
169
+ }
170
+ },
171
+ // we need this for now for jSX
172
+ {
173
+ className: "tag",
174
+ begin: /<>|<\/>/
175
+ },
176
+ // open tag
177
+ {
178
+ className: "tag",
179
+ begin: regex.concat(
180
+ /</,
181
+ regex.lookahead(regex.concat(
182
+ TAG_NAME_RE,
183
+ // <tag/>
184
+ // <tag>
185
+ // <tag ...
186
+ regex.either(/\/>/, />/, /\s/)
187
+ ))
188
+ ),
189
+ end: /\/?>/,
190
+ contains: [
191
+ {
192
+ className: "name",
193
+ begin: TAG_NAME_RE,
194
+ relevance: 0,
195
+ starts: TAG_INTERNALS
196
+ }
197
+ ]
198
+ },
199
+ // close tag
200
+ {
201
+ className: "tag",
202
+ begin: regex.concat(
203
+ /<\//,
204
+ regex.lookahead(regex.concat(
205
+ TAG_NAME_RE,
206
+ />/
207
+ ))
208
+ ),
209
+ contains: [
210
+ {
211
+ className: "name",
212
+ begin: TAG_NAME_RE,
213
+ relevance: 0
214
+ },
215
+ {
216
+ begin: />/,
217
+ relevance: 0,
218
+ endsParent: true
219
+ }
220
+ ]
221
+ }
222
+ ]
223
+ };
224
+ }
225
+ export {
226
+ xml as default
227
+ };