
usdf : cstyle {
	name = "Universal Strife Dialog Format";
	case_sensitive = false;
	keyword_link = "http://zdoom.org/wiki/USDF";
	constant_link = "http://zdoom.org/wiki/USDF";
	function_link = "http://zdoom.org/wiki/USDF";

	keywords = {
		namespace, include, conversation, name, panel,
		voice, dialog, drop, link, ifitem, item, page,
		actor, text, displaycost, yesmessage, nomessage,
		log, giveitem, nextpage, closedialog, special,
		arg0, arg1, arg2, arg3, arg4, cost, amount
	}
}

zsdf : usdf {
	name = "ZDoom Strife Dialog Format";
	case_sensitive = false;
	keyword_link = "http://zdoom.org/wiki/ZSDF";
	constant_link = "http://zdoom.org/wiki/ZSDF";
	function_link = "http://zdoom.org/wiki/ZSDF";
	keywords = {
		namespace, include, conversation, name, panel,
		voice, dialog, drop, link, ifitem, item, page,
		actor, text, displaycost, yesmessage, nomessage,
		log, giveitem, nextpage, closedialog, special,
		arg0, arg1, arg2, arg3, arg4, cost, amount, id,
		goodbye, require, exclude
	}
}