blob: 5ddebe523308664955e9a2d80d1bfa727437b492 [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>
Bruno BELANYIcee03412024-04-19 14:19:31 +01004" Latest Revision: 2024-04-19
Bruno BELANYI6be7ef52024-04-10 22:28:28 +02005
6if exists("b:did_ftplugin")
7 finish
8endif
9let b:did_ftplugin = 1
10
Bruno BELANYIcee03412024-04-19 14:19:31 +010011setlocal comments=b://,s1:/*,mb:*,ex:*/
12setlocal commentstring=//\ %s
Bruno BELANYI6be7ef52024-04-10 22:28:28 +020013
14let b:undo_ftplugin = "setlocal comments< commentstring<"