wesnoth/data/tools/emacs_mode/wesnoth-wml-additions.cfg
Nils Kneuper 6ccc7c33c7 add some textdomain markers to files that had none,
...should not introduce any strings, just for completions sake (every
.cfg should have a marker, have done the job util
utils/change_textdomain -t )
2009-04-11 22:30:16 +00:00

38 lines
865 B
INI

#textdomain wesnoth
# This is a sample file to demonstrate the format for providing additional WML
# information to wesnoth-mode. The format is an outline of a valid element
# structure in WML; attributes do not currently require a value.
[multiplayer]
[music]
[/music]
[event]
[message]
side_for=
duration=
[/message]
[set_variable]
modulo=
[/set_variable]
[unit]
[status]
[/status]
[modifications]
[object]
[effect]
attack_weight=
[/effect]
[/object]
[/modifications]
[/unit]
[/event]
[/multiplayer]
[era]
require_era=
[multiplayer_side]
[/multiplayer_side]
[/era]
# wesnoth-wml-additions.cfg ends here