Skip to content

Commit

Permalink
chore: refine "requirements.txt" rule pattern
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Mar 3, 2024
1 parent 8051c25 commit 1cbce42
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 @@ -377,7 +377,7 @@
"rules": [
{
"constraint": "name_contains_regex",
"args": ["^requirements([\\-_.].*)?.(txt|in)$"]
"args": ["^requirements([-_.].+)?\\.(in|txt)$"]
}
]
},
Expand Down

0 comments on commit 1cbce42

Please sign in to comment.