Fix syntax issue in vim syntax file
backlog keywords were ignored due to this issue.
This commit is contained in:
parent
12a6dbc352
commit
a974323a8f
@ -77,9 +77,9 @@ syn keyword bipUKeyword contained nextgroup=bipStringV password name
|
|||||||
\ ssl_check_mode ssl_client_certfile
|
\ ssl_check_mode ssl_client_certfile
|
||||||
syn keyword bipUKeyword contained nextgroup=bipNumericV backlog_lines
|
syn keyword bipUKeyword contained nextgroup=bipNumericV backlog_lines
|
||||||
syn keyword bipUKeyword contained nextgroup=bipBoolV admin
|
syn keyword bipUKeyword contained nextgroup=bipBoolV admin
|
||||||
" DEPRECATED \ always_backlog bl_msg_only blreset_on_talk
|
|
||||||
\ backlog_no_timestamp backlog backlog_reset_on_talk
|
\ backlog_no_timestamp backlog backlog_reset_on_talk
|
||||||
\ backlog_msg_only backlog_always bip_use_notice
|
\ backlog_msg_only backlog_always bip_use_notice
|
||||||
|
" DEPRECATED \ always_backlog bl_msg_only blreset_on_talk
|
||||||
|
|
||||||
" Connection block (level 2)
|
" Connection block (level 2)
|
||||||
syn region bipConnection contained matchgroup=Macro
|
syn region bipConnection contained matchgroup=Macro
|
||||||
|
Loading…
Reference in New Issue
Block a user