mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 06:59:44 +07:00
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:
committed by
intellij-monorepo-bot
parent
517fd8ef36
commit
42ba97ccd8
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user