properties.ini 287 Bytes
# Syntax Highlighting Test file for Properties Files
# Some comments about this file

# Section Def
[greetings]
hello=1
world=2

[food]
cheese=('gouda', 'swiss')
bread=('french', 'italian', 'sliced')
meat=('steak', 'pork')
fish=('salmon', 'tuna')
fruit=('apple', 'orange', 'watermelon')