-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathinfo.xml
More file actions
executable file
·43 lines (41 loc) · 1.77 KB
/
info.xml
File metadata and controls
executable file
·43 lines (41 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<component version="0.2">
<title xml:lang="ko">Code Highlighter</title>
<title xml:lang="jp">コードハイライト</title>
<title xml:lang="zh-CN">代码高亮显示</title>
<title xml:lang="en">Code Highlighter</title>
<title xml:lang="es">Código para resaltar</title>
<title xml:lang="ru">Подсветка кода</title>
<title xml:lang="zh-TW">語法高亮度顯示</title>
<description xml:lang="ko">코드를 보기 좋게 출력합니다.</description>
<description xml:lang="jp">ソースコードを見やすく表示します。</description>
<description xml:lang="en">It displays code in good shape.</description>
<description xml:lang="es">Muestra el código en buena forma.</description>
<description xml:lang="ru">Компонент служащий для подсветки кода</description>
<description xml:lang="zh-CN">高亮显示所选代码。</description>
<description xml:lang="zh-TW">將所選取的語法高亮度顯示。</description>
<version>1.4</version>
<date>2015-03-15</date>
<license>MIT, GNU LGPL</license>
<link>https://github.com/xe-public</link>
<author link="https://github.com/xe-public">
<name xml:lang="ko">XE Public</name>
<name xml:lang="jp">XE Public</name>
<name xml:lang="en">XE Public</name>
<name xml:lang="es">XE Public</name>
<name xml:lang="ru">XE Public</name>
<name xml:lang="zh-CN">XE Public</name>
<name xml:lang="zh-TW">XE Public</name>
</author>
<extra_vars>
<var name="theme" type="select">
<title xml:lang="ko">테마</title>
<description xml:lang="ko">
<![CDATA[
다음 항목 중 하나를 입력하세요.
Default, Django, Eclipse, Emacs, FadeToGrey, MDUltra, Midnight, RDark
]]>
</description>
</var>
</extra_vars>
</component>