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