Skip to content

Commit

Permalink
Fixed scene ids being considered for spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan322 committed Feb 6, 2025
1 parent a9a3f07 commit e62b895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ default.extend-ignore-re = [
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on", # Multiline check disable with // spellchecker:off // spellchecker:on (can also use #)
"(?s)(/\\*)\\s*spellchecker:off.*?\\s*spellchecker:on\\s*(\\*/)", # Multiline check disable with /* spellchecker:off ... spellchecker:on */
"uid://\\S+", # Ignore engine uids
"id=\"[^\"]+\"", # Ignore scene ids
"ExtResource\\(\"[^\"]+\"\\)", # Ignore scene ids
]
type.xml.locale = "en-us"
type.xml.check-filename = false
Expand Down

0 comments on commit e62b895

Please sign in to comment.