Skip to content

Commit

Permalink
chore: match "requirements.in" as Python requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Feb 16, 2024
1 parent d71c9f3 commit 23c7523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoSetSyntax.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
"rules": [
{
"constraint": "name_contains_regex",
"args": ["^requirements([\\-_.].*)?.txt$"]
"args": ["^requirements([\\-_.].*)?.(txt|in)$"]
}
]
},
Expand Down

0 comments on commit 23c7523

Please sign in to comment.