vim: use type instead of constant for seccomp action

This commit is contained in:
Reiner Herrmann 2021-05-29 11:49:05 +02:00
parent 91dcea1a21
commit f964aaad2f

View file

@ -94,7 +94,7 @@ hi def link fjAll Type
hi def link fjNone Type
hi def link fjLo Type
hi def link fjFilter Type
hi def link fjSeccompAction Constant
hi def link fjSeccompAction Type
let b:current_syntax = "firejail"