Show test-storage.xml syntax highlighted
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE root SYSTEM "data/grammars/storage.dtd">
<root>
<dir name="bin">
<exe name="connect"
class="org.pleasantnightmare.riotinecity.it.executables.Connect"/>
<exe name="ping"
class="org.pleasantnightmare.riotinecity.it.executables.Ping"/>
<exe name="who"
class="org.pleasantnightmare.riotinecity.it.executables.Who"/>
<dir name="scripts">
<txt name="test">
Hello test
</txt>
<txt name="test2">
Hello test 2
</txt>
</dir>
</dir>
<dir name="home">
<dir name="mark">
<txt name="todo-list">
Stuff to do...
</txt>
</dir>
</dir>
<dir name="usr">
<dir name="help"/>
</dir>
</root>
See more files for this project here