Skip to content

Commit

Permalink
fix(utilities): Avoid false positives upgrading SILE settings API stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 26, 2024
1 parent 718fab2 commit a4dd7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade-lua.sed
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ s#nodefactory\.zeroVglue#nodefactory.zerovglue()#g
s#nodefactory\.hfillGlue#nodefactory.hfillglue()#g
s#SILE\.length\.\(make\|new\|parse\)#SILE.types.length#g
s#\bopen-page\b#open-spread#g
s#\bSILE\.settings\.\b#SILE.settings:#g
s#\bSILE\.settings\.\(pushState\|popState\|declare\|reset\|toplevelState\|get\|set\|temporarily\|wrap\)\b#SILE.settings:\1#g
s#\bSILE.color\b#SILE.types.color#g
s#\bSILE.colorparser\b#SILE.types.color#g
s#\bSILE.length\b#SILE.types.length#g
Expand Down

0 comments on commit a4dd7b0

Please sign in to comment.