lexer_xml.sample
来自「非常好用的可移植的多平台C/C++源代码编辑器」· SAMPLE 代码 · 共 16 行
SAMPLE
16 行
<?xml version="1.0"?>
<!DOCTYPE myxml>
<myxml>
<!-- comment -->
<tag attribute1="value" attribute2="value">
Some text with "special entities"
</tag>
<tag attribute1="value" attribute2="value"/>
<tag attribute1="value" attribute2="value"/>
<something>
<![CDATA[
This is a CDATA section
]]>
</something>
</myxml>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?