Add wmllint exceptions for WML-like content in verbatim quote blocks
This commit is contained in:
parent
e53367ffc5
commit
7161fa9999
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue