mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 22:11:52 +10:00
vim-patch:9.0.1661: BUCK files are not recognized (#24142)
Problem: BUCK files are not recognized.
Solution: Recognize BUCK files as "bzl". (Son Luong Ngoc, closes vim/vim#12564)
b46e0f3263
Co-authored-by: Son Luong Ngoc <sluongng@gmail.com>
This commit is contained in:
@@ -705,7 +705,7 @@ let s:filename_checks = {
|
||||
|
||||
let s:filename_case_checks = {
|
||||
\ 'modula2': ['file.DEF'],
|
||||
\ 'bzl': ['file.BUILD', 'BUILD'],
|
||||
\ 'bzl': ['file.BUILD', 'BUILD', 'BUCK'],
|
||||
\ }
|
||||
|
||||
func CheckItems(checks)
|
||||
|
||||
Reference in New Issue
Block a user