mirror of https://github.com/XAMPPRocky/tokei
Support Bazel's MODULE files and *.bzlmod files (#1130)
This commit is contained in:
parent
4cf6f0b930
commit
895a1769cc
|
|
@ -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": [";"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue