blob: c6a9dc341ff3f180ef12f51033c0c17412ca3b7c [file] [log] [blame]
Wu, Zhenyu347d43b2024-10-08 21:58:35 +02001" Vim filetype plugin file
2" Language: MLIR
3
4if exists("b:did_ftplugin") | finish | endif
5let b:did_ftplugin = 1
6
7setl comments=:///,://
8setl commentstring=//\ %s
9
10let b:undo_ftplugin = "setl commentstring< comments<"