blob: 9ed607c4b37a3a83de96609fa0a98eb4b06b3d39 [file] [log] [blame]
Trilowy6e918532024-10-13 19:08:30 +02001" Vim filetype plugin file
2" Language: Gleam
3" Maintainer: Trilowy (https://github.com/trilowy)
4" Last Change: 2024 Oct 13
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal comments=://,:///,:////
12setlocal commentstring=//\ %s
13
14let b:undo_ftplugin = "setlocal comments< commentstring<"
15
16" vim: sw=2 sts=2 et