summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index bcf5a5bdb..50187f6db 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -273,6 +273,9 @@ if has("fname_case")
autocmd BufRead,BufNewFile *.BUILD,BUILD setf bzl
endif
+" Busted (Lua unit testing framework - configuration files)
+au BufNewFile,BufRead .busted setf lua
+
" C or lpc
au BufNewFile,BufRead *.c call dist#ft#FTlpc()
au BufNewFile,BufRead *.lpc,*.ulpc setf lpc