Server IP : 68.65.122.142  /  Your IP : 18.190.176.176
Web Server : LiteSpeed
System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : glenirhm ( 1318)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /var/../sbin/../share/mc/syntax/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/../sbin/../share/mc/syntax/xml.syntax
# XML syntax highlighting
#
# Author: Petr Kozelka <pkozelka@email.cz>
# http://kozelka.hyperlink.cz

context default
    keyword &*; white cyan
    spellcheck

context <!-- --> brightgreen
    spellcheck

context <! > yellow
    keyword '+' brightcyan
    keyword "+" brightcyan
    keyword whole DOCTYPE white red
    keyword whole PUBLIC brightred
    keyword whole SYSTEM brightred
    keyword whole NDATA brightred
    keyword whole CDATA white
    keyword whole #PCDATA white
    keyword whole EMPTY white
    keyword whole #REQUIRED white
    keyword whole #IMPLIED white
    keyword whole ELEMENT white
    keyword whole ENTITY brightred
    keyword whole ATTLIST white
    keyword whole %*; white cyan
    keyword \( lightgray
    keyword \) lightgray
    keyword \* lightgray
    keyword \? lightgray
    keyword \+ lightgray
    keyword \| lightgray
    keyword \, lightgray
    spellcheck

context <\?xml \?> white red
context <\? \?> lightgray black
context < > white
    keyword \sxmlns\:*\="+" brightred
    keyword \sxmlns\="+" brightred
    keyword \s*= yellow
    keyword '*' brightcyan
    keyword "*" brightcyan
    spellcheck