mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 19:03:27 +00:00
Add wmllint exceptions for WML-like content in verbatim quote blocks
This commit is contained in:
parent
e53367ffc5
commit
7161fa9999
@ -916,7 +916,7 @@ zombie-hit-[1~6].ogg #enddef
|
||||
|
||||
wesnoth.wml_actions.event{
|
||||
name="attacker hits",
|
||||
id="attacker hits and slows",
|
||||
id="attacker hits and slows", -- # wmllint: ignore
|
||||
first_time_only=false,
|
||||
|
||||
{ "filter_attack", {
|
||||
@ -939,7 +939,7 @@ zombie-hit-[1~6].ogg #enddef
|
||||
}
|
||||
wesnoth.wml_actions.event{
|
||||
name="defender hits",
|
||||
id="defender hits and slows",
|
||||
id="defender hits and slows", -- # wmllint: ignore
|
||||
first_time_only=false,
|
||||
|
||||
{ "filter_second_attack", {
|
||||
@ -963,7 +963,7 @@ zombie-hit-[1~6].ogg #enddef
|
||||
|
||||
wesnoth.wml_actions.event{
|
||||
name="attacker hits",
|
||||
id="attacker hits and poisons",
|
||||
id="attacker hits and poisons", -- # wmllint: ignore
|
||||
first_time_only=false,
|
||||
|
||||
{ "filter_attack", {
|
||||
@ -986,7 +986,7 @@ zombie-hit-[1~6].ogg #enddef
|
||||
}
|
||||
wesnoth.wml_actions.event{
|
||||
name="defender hits",
|
||||
id="defender hits and poisons",
|
||||
id="defender hits and poisons", -- # wmllint: ignore
|
||||
first_time_only=false,
|
||||
|
||||
{ "filter_second_attack", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user