runtime(dart): add basic dart ftplugin file

Commit: 
https://github.com/vim/vim/commit/4d7892bfb1dbcc8ba19d9c60c63b3d11b758553f
Author: Riley Bruins <ribr...@hotmail.com>
Date:   Sun May 19 09:31:46 2024 +0200

    runtime(dart): add basic dart ftplugin file
    
    fixes https://github.com/vim/vim/issues/14793
    closes https://github.com/vim/vim/issues/14802
    
    Signed-off-by: Riley Bruins <ribr...@hotmail.com>
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/.github/MAINTAINERS b/.github/MAINTAINERS
index e3827bab7..1fcebe69a 100644
--- a/.github/MAINTAINERS
+++ b/.github/MAINTAINERS
@@ -117,6 +117,7 @@ runtime/ftplugin/cs.vim                     @nickspoons
 runtime/ftplugin/csh.vim               @dkearns
 runtime/ftplugin/css.vim               @dkearns
 runtime/ftplugin/cucumber.vim          @tpope
+runtime/ftplugin/dart.vim      @ribru17
 runtime/ftplugin/deb822sources.vim     @jamessan
 runtime/ftplugin/debchangelog.vim      @jamessan
 runtime/ftplugin/debcontrol.vim                @jamessan
diff --git a/runtime/ftplugin/dart.vim b/runtime/ftplugin/dart.vim
new file mode 100644
index 000000000..42c90c212
--- /dev/null
+++ b/runtime/ftplugin/dart.vim
@@ -0,0 +1,15 @@
+" Vim filetype plugin
+" Language:    dart
+" Maintainer:  Riley Bruins <ribr...@gmail.com>
+" Last Change: 2024 May 18
+
+if exists('b:did_ftplugin')
+  finish
+endif
+let b:did_ftplugin = 1
+
+" Set 'comments' to format dashed lists in comments.
+" Also include ///, used for Doxygen.
+setl comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,:///,:// 
commentstring=//\ %s
+
+let b:undo_ftplugin = 'setl com< cms<'

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1s8bE7-00B0vv-Jo%40256bit.org.

Raspunde prin e-mail lui