<!doctype html><html><head><metacharset="utf-8"><title>CodeMirror: Properties files mode</title><linkrel="stylesheet"href="../../lib/codemirror.css"><scriptsrc="../../lib/codemirror.js"></script><scriptsrc="properties.js"></script><style>.CodeMirror{border-top:1pxsolid#ddd;border-bottom:1pxsolid#ddd;}</style><linkrel="stylesheet"href="../../doc/docs.css"></head><body><h1>CodeMirror: Properties files mode</h1><form><textareaid="code"name="code"># This is a properties file
a.key = A value
another.key = http://example.com
! Exclamation mark as comment
but.not=Within ! A value # indeed
# Spaces at the beginning of a line
spaces.before.key=value
backslash=Used for multi\
line entries,\
that's convenient.
# Unicode sequences
unicode.key=This is \u0020 Unicode
no.multiline=here
# Colons
colons : can be used too
# Spaces
spaces\ in\ keys=Not very common...
</textarea></form><script>vareditor=CodeMirror.fromTextArea(document.getElementById("code"),{});</script><p><strong>MIME types defined:</strong><code>text/x-properties</code>,
<code>text/x-ini</code>.</p></body></html>