enable toml syntax highlighting for uv.lock; PY-75983; #PY-77716 fixed

(cherry picked from commit a20d9781367a909dc9bfa30e62fd385bf777374f)

GitOrigin-RevId: 4d6e9a1e71e35014d1b790a26617ee88f2b901e2
This commit is contained in:
Aleksandr Sorotskii
2024-12-13 20:53:04 +01:00
committed by intellij-monorepo-bot
parent 517fd8ef36
commit 42ba97ccd8

View File

@@ -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"/>