Support Bazel's MODULE files and *.bzlmod files (#1130)

This commit is contained in:
Andrzej Głuszak 2024-08-16 13:28:52 +02:00 committed by GitHub
parent 4cf6f0b930
commit 895a1769cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@
"line_comment": ["#"],
"doc_quotes": [["\\\"\\\"\\\"", "\\\"\\\"\\\""], ["'''", "'''"]],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"extensions": ["bzl", "bazel"],
"filenames": ["build", "workspace"]
"extensions": ["bzl", "bazel", "bzlmod"],
"filenames": ["build", "workspace", "module"]
},
"Bean": {
"line_comment": [";"],