/usr/share/pgmodeler/conf/dtd/source-code-highlight.dtd is in pgmodeler-common 0.9.1~beta-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!--
CAUTION: Do not modify this file directly on it's code unless you know what you are doing.
Unexpected results may occur if the code is changed deliberately.
-->
<!ELEMENT source-code-highlight (word-delimiters?, word-separators?, ignored-chars?, special-chars?, completion-trigger?, highlight-order, group+)>
<!ELEMENT highlight-order (group+)>
<!ELEMENT group (element*)>
<!ATTLIST group name CDATA #REQUIRED>
<!ATTLIST group background-color CDATA #IMPLIED>
<!ATTLIST group foreground-color CDATA #IMPLIED>
<!ATTLIST group lookahead-char CDATA #IMPLIED>
<!ATTLIST group case-sensitive (false|true) "false">
<!ATTLIST group bold (false|true) "false">
<!ATTLIST group italic (false|true) "false">
<!ATTLIST group underline (false|true) "false">
<!ATTLIST group partial-match (false|true) "false">
<!ELEMENT word-delimiters EMPTY>
<!ATTLIST word-delimiters value CDATA #IMPLIED>
<!ELEMENT word-separators EMPTY>
<!ATTLIST word-separators value CDATA #IMPLIED>
<!ELEMENT ignored-chars EMPTY>
<!ATTLIST ignored-chars value CDATA #IMPLIED>
<!ELEMENT completion-trigger EMPTY>
<!ATTLIST completion-trigger value CDATA #IMPLIED>
<!ELEMENT element EMPTY>
<!ATTLIST element value CDATA #REQUIRED>
<!ATTLIST element type (initial-exp|final-exp) "initial-exp">
<!ATTLIST element regexp (false|true) "false">
<!ATTLIST element wildcard (false|true) "false">
|