Skip to content

Commit

Permalink
Add Pipfile and poetry.lock as a TOML lexer file extension (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
gandarez authored Aug 18, 2023
1 parent 42d6da2 commit 7d74956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lexers/embedded/toml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<name>TOML</name>
<alias>toml</alias>
<filename>*.toml</filename>
<filename>Pipfile</filename>
<filename>poetry.lock</filename>
<mime_type>text/x-toml</mime_type>
</config>
<rules>
Expand Down

0 comments on commit 7d74956

Please sign in to comment.