Compare commits

..

No commits in common. "6812d777cf787f39b43df968ee77dcd09109b309" and "6efe2c12ba7e580418ca8a17b14185422defa67e" have entirely different histories.

2 changed files with 0 additions and 12 deletions

View file

@ -1,6 +0,0 @@
" Create the `b:undo_ftplugin` variable if it doesn't exist
call ftplugined#check_undo_ft()
" Add comment format
setlocal commentstring=#\ %s
let b:undo_ftplugin.='|setlocal commentstring<'

View file

@ -1,6 +0,0 @@
-- Use `bp` filetype for Blueprint files
vim.filetype.add({
extension = {
bp = "bp",
},
})