xref: /Universal-ctags/Units/simple-javaproperties.d/input.properties (revision 54809f233d4251358c64805f59570358b77e8046)
1#
2# Based on the exaimple written in https://en.wikipedia.org/wiki/.properties
3#
4
5# You are reading the ".properties" entry.
6! The exclamation mark can also mark text as comments.
7# The key and element characters #, !, =, and : are written with
8# a preceding backslash to ensure that they are properly loaded.
9website = http\://en.wikipedia.org/
10language = English
11# The backslash below tells the application to continue reading
12# the value onto the next line.
13message = Welcome to \
14          Wikipedia!
15# Add spaces to the key
16key\ with\ spaces = This is the value that could be looked up with the key "key with spaces".
17# Unicode
18tab : \u0009
19
20    A: B
21    C : D
22        E = F
23	G H
24	X
25Y