diff options
author | garret <garret@airmail.cc> | 2022-12-21 06:33:12 +0000 |
---|---|---|
committer | garret <garret@airmail.cc> | 2022-12-21 07:03:50 +0000 |
commit | 6a91197b5430aa6b44b3eb04d2051dddd1090a72 (patch) | |
tree | 20d0dae2c249a03df58bc5e401f8dce0960c9756 /macros/garret.restyler.lua | |
parent | b3397f9ad988273ffa3c958829741dc66e71c3b1 (diff) | |
download | aegisub-scripts-6a91197b5430aa6b44b3eb04d2051dddd1090a72.tar.gz aegisub-scripts-6a91197b5430aa6b44b3eb04d2051dddd1090a72.tar.bz2 aegisub-scripts-6a91197b5430aa6b44b3eb04d2051dddd1090a72.zip |
restyler: do not be stupid
Diffstat (limited to 'macros/garret.restyler.lua')
-rw-r--r-- | macros/garret.restyler.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/macros/garret.restyler.lua b/macros/garret.restyler.lua index 8620f70..9430676 100644 --- a/macros/garret.restyler.lua +++ b/macros/garret.restyler.lua @@ -1,7 +1,7 @@ script_name="Restyler" script_description="become a fansubber with a click of a button" script_author = "garret" -script_version = "2.1.0" +script_version = "2.1.1" script_namespace = "garret.restyler" local haveDepCtrl, DependencyControl, depctrl = pcall(require, "l0.DependencyControl") @@ -9,10 +9,11 @@ if haveDepCtrl then depctrl = DependencyControl { --feed="TODO", } - include("karaskel.lua") - include("cleantags.lua") end +include("karaskel.lua") +include("cleantags.lua") + -- local config = simpleconf.get_config(aegisub.decode_path(config_dir.."/"..script_namespace..".conf"), {new_style = "Default"}) -- TODO: detect pre-existing inline tags |