fix: add vim syntax to remaining files

Add vim syntax modeline to files which didn't have it for some reason.
Continuation of #396.
This commit is contained in:
REmerald 2024-06-16 17:48:31 +03:00 committed by Alex
parent 68d1222029
commit 41b1489b76
7 changed files with 16 additions and 2 deletions

View File

@ -122,4 +122,6 @@
/dev/tty rw, /dev/tty rw,
/dev/uinput rw, /dev/uinput rw,
include if exists <abstractions/common/steam-game.d> include if exists <abstractions/common/steam-game.d>
# vim:syntax=apparmor

View File

@ -25,3 +25,5 @@ profile elinks @{exec_path} {
include if exists <local/elinks> include if exists <local/elinks>
} }
# vim:syntax=apparmor

View File

@ -15,3 +15,5 @@ profile ffmpegthumbnailer @{exec_path} {
include if exists <local/ffmpegthumbnailer> include if exists <local/ffmpegthumbnailer>
} }
# vim:syntax=apparmor

View File

@ -15,3 +15,5 @@ profile img2txt @{exec_path} {
include if exists <local/img2txt> include if exists <local/img2txt>
} }
# vim:syntax=apparmor

View File

@ -15,3 +15,5 @@ profile odt2txt @{exec_path} {
include if exists <local/odt2txt> include if exists <local/odt2txt>
} }
# vim:syntax=apparmor

View File

@ -17,3 +17,5 @@ profile pdftotext @{exec_path} {
include if exists <local/pdftotext> include if exists <local/pdftotext>
} }
# vim:syntax=apparmor

View File

@ -82,4 +82,6 @@ profile protonmail-bridge-core @{exec_path} {
} }
include if exists <local/protonmail-bridge-core> include if exists <local/protonmail-bridge-core>
} }
# vim:syntax=apparmor