aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-09-02 22:31:31 -0700
committerGitHub <noreply@github.com>2020-09-02 22:31:31 -0700
commit3acfefb63ee70c8eac13bf6b308a0e73e6fb8007 (patch)
tree1a891b01dbca622ed8e4cbb5930d1a6425d146ba /src/nvim/testdir
parent948e625e1ecbdb1d4771e1481b3d6534b21250c9 (diff)
parent5fcdb630253b8d71fd30a2259f72aeb27e1676e0 (diff)
downloadrneovim-3acfefb63ee70c8eac13bf6b308a0e73e6fb8007.tar.gz
rneovim-3acfefb63ee70c8eac13bf6b308a0e73e6fb8007.tar.bz2
rneovim-3acfefb63ee70c8eac13bf6b308a0e73e6fb8007.zip
Merge #12827 'vim-patch:8.2.{1554,1561,1564,1565,1566}'
Diffstat (limited to 'src/nvim/testdir')
-rw-r--r--src/nvim/testdir/test_filetype.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_filetype.vim b/src/nvim/testdir/test_filetype.vim
index 529f237a97..617e3dfe41 100644
--- a/src/nvim/testdir/test_filetype.vim
+++ b/src/nvim/testdir/test_filetype.vim
@@ -75,6 +75,7 @@ let s:filename_checks = {
\ 'ave': ['file.ave'],
\ 'awk': ['file.awk', 'file.gawk'],
\ 'b': ['file.mch', 'file.ref', 'file.imp'],
+ \ 'bzl': ['file.bazel', 'file.bzl', 'WORKSPACE'],
\ 'bc': ['file.bc'],
\ 'bdf': ['file.bdf'],
\ 'bib': ['file.bib'],
@@ -526,6 +527,7 @@ let s:filename_checks = {
let s:filename_case_checks = {
\ 'modula2': ['file.DEF', 'file.MOD'],
+ \ 'bzl': ['file.BUILD', 'BUILD'],
\ }
func CheckItems(checks)