diff options
Diffstat (limited to 'sorter/rules.toml')
| -rw-r--r-- | sorter/rules.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sorter/rules.toml b/sorter/rules.toml index 0c0a7ac..ae1cbfd 100644 --- a/sorter/rules.toml +++ b/sorter/rules.toml @@ -29,6 +29,15 @@ supported_extensions = [ ".xls", ".md", ".odt", + ".sh", + ".py", + ".js", + ".ts", + ".html", + ".css", + ".json", + ".yaml", + ".toml", ] # ── Categories ──────────────────────────────────────────────────────────────── @@ -79,6 +88,10 @@ filename_keywords = [ "akw", ] +[[categories]] +name = "Code" +description = "Scripts and source code files" +filename_keywords = [".sh", ".py", ".js", ".ts", ".html", ".css", ".json", ".yaml", ".toml"] # ── Add more categories below ───────────────────────────────────────────────── # [[categories]] |
