blob: 148b12f102db93404015b96551bc20bfd359347c [file] [log] [blame]
Wu, Zhenyubc32bbd2024-11-14 22:55:36 +01001" Vim filetype plugin file
2" Language: LLVM IR
3" Last Change: 2024 Oct 22
4" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
5
6if exists("b:did_ftplugin") | finish | endif
7let b:did_ftplugin = 1
8
9setl comments=:;
10setl commentstring=;\ %s
11
12let b:undo_ftplugin = "setl commentstring< comments<"