blob: de2f8791ec22a875a63832caa82c5f84fe24af7f [file] [log] [blame]
Wu, Zhenyua87462a2024-11-18 21:36:31 +01001" Vim filetype plugin file
2" Language: Vivado mss file
3" Last Change: 2024 Oct 22
4" Document: https://docs.amd.com/r/2020.2-English/ug1400-vitis-embedded/Microprocessor-Software-Specification-MSS
5" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
6
7if exists("b:did_ftplugin")
8 finish
9endif
10let b:did_ftplugin = 1
11
12setlocal comments=b:#,fb:-
13setlocal commentstring=#\ %s
14
15let b:match_words = '\<BEGIN\>:\<END\>'
16let b:undo_ftplugin = "setl com< cms< | unlet b:match_words"