mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
vim-patch:3cbd7f1: runtime(gleam): update Maintainer and filetype options (#33461)
closes: vim/vim#17086
3cbd7f18e3
Co-authored-by: Kirill Morozov <kirill@robotix.pro>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
" Vim filetype plugin file
|
||||
" Language: Gleam
|
||||
" Maintainer: Trilowy (https://github.com/trilowy)
|
||||
" Last Change: 2024 Oct 13
|
||||
" Language: Gleam
|
||||
" Maintainer: Kirill Morozov <kirill@robotix.pro>
|
||||
" Previous Maintainer: Trilowy (https://github.com/trilowy)
|
||||
" Last Change: 2025-04-12
|
||||
|
||||
if exists('b:did_ftplugin')
|
||||
finish
|
||||
@@ -10,7 +11,11 @@ let b:did_ftplugin = 1
|
||||
|
||||
setlocal comments=://,:///,:////
|
||||
setlocal commentstring=//\ %s
|
||||
setlocal expandtab
|
||||
setlocal formatprg=gleam\ format\ --stdin
|
||||
setlocal shiftwidth=2
|
||||
setlocal softtabstop=2
|
||||
|
||||
let b:undo_ftplugin = "setlocal comments< commentstring<"
|
||||
let b:undo_ftplugin = "setlocal com< cms< fp< et< sw< sts<"
|
||||
|
||||
" vim: sw=2 sts=2 et
|
||||
|
Reference in New Issue
Block a user