Skip to content

Commit

Permalink
vim: use type instead of constant for seccomp action
Browse files Browse the repository at this point in the history
  • Loading branch information
reinerh committed May 29, 2021
1 parent 91dcea1 commit f964aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/vim/syntax/firejail.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f964aaa

Please sign in to comment.