Intellij doesn't support *.MODULE.bazel as a file extension #6882
Labels
awaiting-maintainer
Awaiting review from Bazel team on issues
product: IntelliJ
IntelliJ plugin
type: bug
Description of the bug:
Support for syntax highlightining of MODULE.bazel files exists in intellij, however if in the case of a large project the MODULE.bazel file is split into smaller files such a
blah.MODULE.bazel
intellij fails to recognise this file. You can see MODULE.bazel is in the list, but no mention of the subfile patterns. This can be amended locally by devs by just adding the pattern but it would be nice if this was the default.Which category does this issue belong to?
No response
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Rename a
MODULE.bazel
file toblah.MODULE.bazel
see how there's no syntax highlightingWhich Intellij IDE are you using? Please provide the specific version.
IntelliJ IDEA 2024.2.1 (Ultimate Edition)
What programming languages and tools are you using? Please provide specific versions.
Bazel 7 Java 21
What Bazel plugin version are you using?
2024.08.13.0.1-api-version-242
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: