blob: cb925cb0ec9dcc9c0a0573349e37fc164456ef5b [file] [log] [blame]
Bruno BELANYI6be7ef52024-04-10 22:28:28 +02001" Blueprint build system filetype plugin file
2" Language: Blueprint
3" Maintainer: Bruno BELANYI <bruno.vim@belanyi.fr>
4" Latest Revision: 2024-04-10
5
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal comments=b:#
12setlocal commentstring=#\ %s
13
14let b:undo_ftplugin = "setlocal comments< commentstring<"