Skip to content

Commit

Permalink
TOML: include poetry.lock files (sublimehq#6)
Browse files Browse the repository at this point in the history
poetry [1] lock files are just toml files. I looked for other examples of
exact filenames in the matchers and for example makefile.in files are just
listed under file_extensions.

[1]: https://python-poetry.org/
  • Loading branch information
keegancsmith committed May 4, 2022
1 parent 5b3ccf6 commit af016b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TOML/TOML.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name: TOML
file_extensions:
- toml
- poetry.lock
scope: source.toml

variables:
Expand Down

0 comments on commit af016b1

Please sign in to comment.