6 Star 51 Fork 6

scu319hy / EDX 高性能可扩展编辑器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.xml 14.51 KB
一键复制 编辑 原始数据 按行查看 历史
scu319hy 提交于 2022-10-26 13:40 . update to 0.4.3.1464
<?xml version="1.0" encoding="utf-8" ?>
<config>
<global>
<font face="Roboto Mono" size="-12.7"/>
<font.bold face="Roboto Mono Bold" size="-12.7"/>
<font face="Bitstream Vera Sans Mono" size="-11"/>
<font.bold face="Bitstream Vera Sans Mono Bold" size="-11"/>
<font face="Cascadia Code SemiLight" size="-12.8"/>
<font.bold face="Cascadia Code SemiBold" size="-12.8"/>
<font face="JetBrains Mono Light" size="-12.8"/>
<font.bold face="JetBrains Mono SemiBold" size="-12.8" weight="1.5"/>
<font face="Cascadia Code SemiLight" size="-12.8"/>
<font face="DejaVu Sans Mono" size="-11"/>
<font face="JetBrains Mono" size="-12.8"/>
<font face="Fira Mono" size="-11.3"/>
<font face="Monaco" size="-12"/>
<font face="Noto Sans Mono" size="-13"/>
<font face="Ubuntu Mono" size="-12.2"/>
<font face="Consolas" size="-12"/>
<font.cn face="Microsoft YaHei" size="-14" line-height="0.92"/>
<font.cn face="Source Han Sans Light" size="-14.8" line-height="0.9"/>
<font.cn face="Noto Sans CJK SC DemiLight" size="-16" line-height="0.85"/>
<font.cn face="NSimSun" size="-11"/>
<font face="Tahoma" size="-12"/>
<font face="Verdana" size="-12"/>
<font face="SimSun" size="-12"/>
<style window="dark">
<background color="46,46,50"/>
<selection color="38,70,100"/>
<highlight color="15,15,15"/>
<highlight_selection color="64,72,56"/>
<highlight01 color="24,55,126"/>
<highlight01_selection color="64,0,106"/>
<highlight02 color="64,0,106"/>
<highlight02_selection color="64,0,106"/>
<highlight03 color="64,0,106"/>
<highlight03_selection color="64,0,106"/>
<text name="normal" color="210,220,220" bold="false"/>
<text name="keyword" color="80,180,240" bold="false"/>
<text name="extra keyword" color="100,170,220" bold="false"/>
<text name="macro" color="128,128,128" bold="true"/>
<text name="string" color="200,64,96" bold="false"/>
<text name="number" color="0,200,0" bold="false"/>
<text name="bracket match" color="255,0,0" bold="true"/>
<text name="operator" color="240,200,200" bold="false"/>
<text name="xml property name" color="0,200,0" bold="false"/>
<text name="xml tag name" color="0,200,200" bold="false"/>
<text name="comment" color="96,128,128" bold="false"/>
<text name="error" color="255,0,0" bold="true"/>
<text name="line number" color="127,127,127" bold="false"/>
<text name="regexp" color="168,32,96" bold="false"/>
<text name="regexp suffix" color="0,164,164" bold="false"/>
<text name="regexp escape seq" color="164,128,32" bold="true"/>
<text name="regexp error" color="255,0,0" bold="true"/>
<text name="regexp quantity" color="32,168,32" bold="false"/>
<text name="regexp set" color="168,32,96" bold="false"/>
<text name="string escape seq" color="164,128,32" bold="false"/>
<text name="char escape seq" color="164,128,32" bold="false"/>
<text name="stylesheet tag name" color="0,128,192" bold="false"/>
<text name="stylesheet id name" color="64,168,192" bold="false"/>
<text name="stylesheet class name" color="64,128,192" bold="true"/>
<text name="stylesheet pseudo" color="192,128,32" bold="true"/>
<text name="stylesheet color" color="192,128,192" bold="true"/>
<text name="basic types" color="239,112,128" bold="false"/>
<text name="extend types" color="239,112,128" bold="false"/>
<text name="user types" color="143,215,243" bold="false"/>
<text name="preprocessor" color="233,155,73" bold="false"/>
<text name="flow control" color="226,136,198" bold="false"/>
<text name="markdown h1" color="80,180,240" bold="true" scale="1.6"/>
<text name="markdown h2" color="80,180,240" bold="true" scale="1.5"/>
<text name="markdown h3" color="80,180,240" bold="true" scale="1.4"/>
<text name="markdown h4" color="80,180,240" bold="true" scale="1.3"/>
<text name="markdown h5" color="80,180,240" bold="true" scale="1.2"/>
<text name="markdown h6" color="80,180,240" bold="true" scale="1.1"/>
<text name="markdown code" color="210,220,220"/>
<text name="markdown bold" color="210,220,220"/>
<text name="markdown italic" color="80,180,240"/>
<text name="markdown link" color="192,128,32"/>
<text name="markdown link title" color="80,180,240"/>
<text name="markdown striked" color="128,128,128"/>
<text name="markdown list" color="80,180,240"/>
<text name="markdown check" color="255,96,48"/>
<text name="c++ attribute" color="100,170,220" bold="false" italic="true"/>
<text name="include file" color="192,168,128" bold="true"/>
<text name="gnumake target" color="168,32,96" bold="true"/>
<text name="gnumake special target" color="192,128,32" bold="true"/>
<text name="gnumake function" color="230,128,96"/>
<text name="gnumake variable" color="128,192,230"/>
<text name="gnumake variable name" color="192,168,128"/>
<text name="decorator default" color="192,192,255"/>
<text name="decorator error" color="255,0,0"/>
<text name="decorator warning" color="255,0,255"/>
<text name="decorator note" color="0,192,0"/>
<text name="decorator diagnostic" color="192,128,0"/>
</style>
<style window="light" default="false">
<background color="252,251,250"/>
<selection color="200,200,210"/>
<highlight color="240,240,255"/>
<highlight_selection color="205,205,220"/>
<highlight01 color="240,200,240"/>
<highlight01_selection color="205,205,220"/>
<highlight02 color="240,240,255"/>
<highlight02_selection color="205,205,220"/>
<highlight03 color="240,240,255"/>
<highlight03_selection color="205,205,220"/>
<text name="normal" color="0,0,0" bold="false"/>
<text name="keyword" color="0,0,148" bold="true"/>
<text name="extra keyword" color="0,128,0" bold="true"/>
<text name="macro" color="128,128,0" bold="false"/>
<text name="string" color="128,0,128" bold="false"/>
<text name="number" color="220,64,0" bold="true"/>
<text name="bracket match" color="255,0,0" bold="true"/>
<text name="operator" color="168,0,0" bold="false"/>
<text name="xml property name" color="0,128,0" bold="false"/>
<text name="xml tag name" color="0,0,128" bold="false"/>
<text name="comment" color="32,128,128" bold="false"/>
<text name="error" color="255,0,0" bold="false"/>
<text name="line number" color="127,127,127" bold="false"/>
<text name="regexp" color="168,32,96" bold="false"/>
<text name="regexp suffix" color="0,164,164" bold="false"/>
<text name="regexp escape seq" color="164,128,32" bold="true"/>
<text name="regexp error" color="255,0,0" bold="true"/>
<text name="regexp quantity" color="32,168,32" bold="false"/>
<text name="regexp set" color="168,32,96" bold="false"/>
<text name="string escape seq" color="164,128,32" bold="false"/>
<text name="char escape seq" color="164,128,32" bold="false"/>
<text name="stylesheet tag name" color="0,128,192" bold="false"/>
<text name="stylesheet id name" color="64,168,192" bold="false"/>
<text name="stylesheet class name" color="64,128,192" bold="true"/>
<text name="stylesheet pseudo" color="192, 128, 32" bold="true"/>
<text name="stylesheet color" color="192,128,192" bold="true"/>
<text name="basic types" color="0,128,255" bold="true"/>
<text name="extend types" color="0,128,255" bold="true"/>
<text name="user types" color="32,168,192" bold="false"/>
<text name="preprocessor" color="233,155,73" bold="false"/>
<text name="flow control" color="146,36,98" bold="true"/>
<text name="markdown h1" color="0,0,148" bold="true" scale="1.6"/>
<text name="markdown h2" color="0,0,148" bold="true" scale="1.5"/>
<text name="markdown h3" color="0,0,148" bold="true" scale="1.4"/>
<text name="markdown h4" color="0,0,148" bold="true" scale="1.3"/>
<text name="markdown h5" color="0,0,148" bold="true" scale="1.2"/>
<text name="markdown h6" color="0,0,148" bold="true" scale="1.1"/>
<text name="markdown code" color="0,0,0"/>
<text name="markdown bold" color="0,0,0"/>
<text name="markdown italic" color="0,0,148"/>
<text name="markdown link" color="192,128,32"/>
<text name="markdown link title" color="0,0,148"/>
<text name="markdown striked" color="128,128,128"/>
<text name="markdown list" color="0,0,148"/>
<text name="markdown check" color="255,96,48"/>
<text name="c++ attribute" color="80,150,200" bold="false" italic="true"/>
<text name="include file" color="96,128,168" bold="true"/>
<text name="gnumake target" color="198,32,196" bold="true"/>
<text name="gnumake special target" color="192,128,32" bold="true"/>
<text name="gnumake function" color="200,32,32"/>
<text name="gnumake variable" color="0,120,170"/>
<text name="gnumake variable name" color="132,108,36"/>
<text name="decorator default" color="128,128,128"/>
<text name="decorator error" color="255,0,0"/>
<text name="decorator warning" color="255,0,255"/>
<text name="decorator note" color="0,192,0"/>
<text name="decorator diagnostic" color="255,128,0"/>
</style>
<!-- output format: ansi, utf-8, utf-8 bom, utf-16 le, utf-16 be, utf-16 le bom, utf-16 be bom -->
<output_format format="utf-8"/>
<!-- only one instance at a time -->
<single_instance enabled="false"/>
</global>
<lang name="C/C++" id="1">
<match>.*[/\\](.*\.(cpp|cxx|cc|c\+\+|c|hpp|hxx|hh|h|ixx)|(header|include|inc|(stlport([/\\]using)?)|(c\+\+[/\\]v?[.\d]+.*))[/\\]([-\w]+(\.tcc)?))</match>
<syntax_highlight type="c/c++"/>
<output_format format="utf-8"/>
<bracket_jump enabled="true"/>
<match_bracket_jump enabled="true"/>
<match_bracket enabled="true"/>
<quick_comment enabled="true"/>
<auto_complete_bracket enabled="true"/>
<auto_wrap_selection enabled="true"/>
</lang>
<lang name="C51" id="2">
<match>.*(/|\\)(.*\.c(51)?)</match>
<syntax_highlight type="c/c++"/>
<output_format format="utf-8"/>
<bracket_jump enabled="true"/>
<match_bracket_jump enabled="true"/>
<match_bracket enabled="true"/>
<quick_comment enabled="true"/>
<auto_complete_bracket enabled="true"/>
<auto_wrap_selection enabled="true"/>
</lang>
<lang name="JavaScript" id="3">
<match>.*(/|\\).*\.(js|ts)</match>
<syntax_highlight type="javascript"/>
<output_format format="utf-8"/>
<match_bracket enabled="true"/>
<match_bracket_jump enabled="true"/>
<quick_comment enabled="true"/>
<auto_complete_bracket enabled="true"/>
<auto_wrap_selection enabled="true"/>
</lang>
<lang name="OpenCL" id="4">
<match>.*(/|\\).*\.cl</match>
<syntax_highlight type="openCL"/>
<output_format format="utf-8"/>
<match_bracket enabled="true"/>
<match_bracket_jump enabled="true"/>
<quick_comment enabled="true"/>
<auto_complete_bracket enabled="true"/>
<auto_wrap_selection enabled="true"/>
</lang>
<lang name="XML" id="5">
<match>.*(/|\\).*\.(xml|xsd|xslt|manifest)</match>
<match_ex>&lt;\?xml\s+version\s*=\s*".+?"(\s+encoding\s*=\s*".+?")?\s*\?&gt;\s*</match_ex>
<syntax_highlight type="xml"/>
<output_format format="utf-8"/>
</lang>
<lang name="HTML" id="6">
<match>.*(/|\\).*\.(html|xhtml|htm|dhtml)</match>
<syntax_highlight type="html"/>
<output_format format="utf-8"/>
<match_bracket enabled="true"/>
<match_bracket_jump enabled="true"/>
<quick_comment enabled="true"/>
<auto_complete_bracket enabled="true"/>
<auto_wrap_selection enabled="true"/>
</lang>
<lang name="VC Project" id="7">
<match>.*(/|\\).*\.(vcproj)</match>
<syntax_highlight type="xml"/>
<output_format format="ansi"/>
</lang>
<lang name="Bat" id="8">
<match>.*(/|\\).*\.(bat|cmd)</match>
<output_format format="ansi"/>
</lang>
<lang name="Lua" id="9">
<match>.*(/|\\).*\.lua</match>
<match_ex>#!.*(/|\\)(luajit|lua)(([ \t].*)?)</match_ex>
<syntax_highlight type="lua"/>
<output_format format="utf-8"/>
<match_bracket enabled="true"/>
<match_bracket_jump enabled="true"/>
<quick_comment enabled="true"/>
</lang>
<lang name="CSS" id="10">
<match>.*(/|\\).*\.css</match>
<syntax_highlight type="stylesheet"/>
<output_format format="utf-8"/>
<match_bracket enabled="true"/>
<match_bracket_jump enabled="true"/>
<quick_comment enabled="true"/>
</lang>
<lang name="Dlang" id="11">
<match>.*(/|\\).*\.d</match>
<syntax_highlight type="d"/>
<output_format format="utf-8"/>
<bracket_jump enabled="true"/>
<match_bracket_jump enabled="true"/>
<match_bracket enabled="true"/>
<quick_comment enabled="true"/>
<auto_complete_bracket enabled="true"/>
<auto_wrap_selection enabled="true"/>
</lang>
<lang name="Java" id="12">
<match>.*(/|\\).*\.java</match>
<syntax_highlight type="java"/>
<output_format format="utf-8"/>
<bracket_jump enabled="true"/>
<match_bracket_jump enabled="true"/>
<match_bracket enabled="true"/>
<quick_comment enabled="true"/>
<auto_complete_bracket enabled="true"/>
<auto_wrap_selection enabled="true"/>
</lang>
<lang name="CMake" id="13">
<match>.*(/|\\)(((cmakelists)\.txt)|(.*\.cmake))</match>
<syntax_highlight type="cmake"/>
<output_format format="utf-8"/>
<bracket_jump enabled="true"/>
<match_bracket_jump enabled="true"/>
<match_bracket enabled="true"/>
<quick_comment enabled="true"/>
<auto_complete_bracket enabled="true"/>
</lang>
<lang name="Ini" id="14">
<match>.*(/|\\).*\.(ini|conf|reg)</match>
<syntax_highlight type="ini"/>
<output_format format="utf-8"/>
</lang>
<lang name="Bash" id="15">
<match>.*(/|\\).*\.(sh)</match>
<match_ex>^#!.*?/([bd]a)?sh(\s.*)?$</match_ex>
<syntax_highlight type="bash"/>
<output_format format="utf-8"/>
</lang>
<lang name="Json" id="16">
<match>.*(/|\\).*\.(json)</match>
<syntax_highlight type="json"/>
<output_format format="utf-8"/>
<match_bracket enabled="true"/>
<match_bracket_jump enabled="true"/>
<quick_comment enabled="true"/>
<auto_complete_bracket enabled="true"/>
<auto_wrap_selection enabled="true"/>
</lang>
<lang name="Markdown" id="17">
<match>.*(/|\\).*\.(md)</match>
<syntax_highlight type="markdown"/>
<output_format format="utf-8 bom"/>
</lang>
<lang name="Logcat" id="18">
<match_ex>^((-+\s+beginning\sof\s/dev/log/.*)|(\d{2}-\d{2}\s\d{2}:\d{2}:\d{2}\.\d{3}\s[IDEVW?!]/.*?\(\s\d+\):\s.*))$</match_ex>
<syntax_highlight type="logcat"/>
<output_format format="utf-8"/>
</lang>
<lang name="Makefile" id="19">
<match>.*(?:/|\\)(?:makefile|GNUMakefile|.*\.mk)</match>
<syntax_highlight type="makefile"/>
<output_format format="utf-8"/>
<match_bracket enabled="true"/>
<match_bracket_jump enabled="true"/>
<quick_comment enabled="true"/>
</lang>
<tool_set>
<win32 name="win32 command line" type="shell" >
<shell>
<cmd>cmd</cmd>
<input flag="/d /c " />
</shell>
</win32>
</tool_set>
</config>
1
https://gitee.com/scu319hy/edx.git
git@gitee.com:scu319hy/edx.git
scu319hy
edx
EDX 高性能可扩展编辑器
master

搜索帮助