blob: 4741d5f055ac2b9359918eaecef26913641ab7ca [file] [log] [blame]
A4-Tacksc3f48e32025-05-02 15:40:33 +02001" Language: abnf
2" Maintainer: A4-Tacks <wdsjxhno1001@163.com>
3" Last Change: 2025-05-02
4" Upstream: https://github.com/A4-Tacks/abnf.vim
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11let b:undo_ftplugin = 'setlocal iskeyword< comments< commentstring<'
12
13setlocal iskeyword=@,48-57,_,-,192-255
14setlocal comments=:;;,:;
15setlocal commentstring=;%s
16
17" vim:ts=8