Skip to content

Commit ecf7750

Browse files
Added "its" modifier to use with inference (#1024)
* Added its modifier to use with inference * Fix test failures * Remove unnecessary spy Co-authored-by: Pokey Rule <[email protected]>
1 parent 1a7b61b commit ecf7750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modifiers/modifiers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"trailing": "trailing",
2020
"content": "keepContentFilter",
2121
"empty": "keepEmptyFilter",
22+
"its": "inferPreviousMark",
2223
}
2324

2425
mod.list(

0 commit comments

Comments
 (0)