Skip to content

Commit

Permalink
enable toml syntax highlighting for uv.lock; PY-75983; #PY-77716 fixed
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a20d9781367a909dc9bfa30e62fd385bf777374f
  • Loading branch information
asorotsky authored and intellij-monorepo-bot committed Dec 14, 2024
1 parent debfe95 commit 7f30a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/toml/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
implementationClass="org.toml.lang.psi.TomlFileType"
fieldName="INSTANCE"
extensions="toml"
fileNames="Cargo.lock;Cargo.toml.orig;Gopkg.lock;Pipfile;poetry.lock"/>
fileNames="Cargo.lock;Cargo.toml.orig;Gopkg.lock;Pipfile;poetry.lock;uv.lock"/>
<lang.parserDefinition language="TOML" implementationClass="org.toml.lang.parse.TomlParserDefinition"/>
<lang.ast.factory language="TOML" implementationClass="org.toml.lang.psi.impl.TomlASTFactory"/>
<lang.syntaxHighlighter language="TOML" implementationClass="org.toml.ide.TomlHighlighter"/>
Expand Down

0 comments on commit 7f30a28

Please sign in to comment.