mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.0.1191: some Bazel files are not recognized (#21784)
Problem: Some Bazel files are not recognized.
Solution: Add an extra Bazel pattern. (Keith Smily, closes vim/vim#11807)
3213952966
Co-authored-by: Keith Smiley <keithbsmiley@gmail.com>
This commit is contained in:
@@ -1321,6 +1321,7 @@ local filename = {
|
||||
['GNUmakefile.am'] = 'automake',
|
||||
['named.root'] = 'bindzone',
|
||||
WORKSPACE = 'bzl',
|
||||
['WORKSPACE.bzlmod'] = 'bzl',
|
||||
BUILD = 'bzl',
|
||||
['cabal.project'] = 'cabalproject',
|
||||
['cabal.config'] = 'cabalconfig',
|
||||
|
||||
Reference in New Issue
Block a user