From 41b1489b76aa1534d38e1fc20235b7efa0bc3ba0 Mon Sep 17 00:00:00 2001 From: REmerald <55359236+REmerald@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:48:31 +0300 Subject: [PATCH] fix: add vim syntax to remaining files Add vim syntax modeline to files which didn't have it for some reason. Continuation of #396. --- apparmor.d/abstractions/common/steam-game | 4 +++- apparmor.d/profiles-a-f/elinks | 2 ++ apparmor.d/profiles-a-f/ffmpegthumbnailer | 2 ++ apparmor.d/profiles-g-l/img2txt | 2 ++ apparmor.d/profiles-m-r/odt2txt | 2 ++ apparmor.d/profiles-m-r/pdftotext | 2 ++ apparmor.d/profiles-m-r/protonmail-bridge-core | 4 +++- 7 files changed, 16 insertions(+), 2 deletions(-) diff --git a/apparmor.d/abstractions/common/steam-game b/apparmor.d/abstractions/common/steam-game index 88bd3d1b6..9c1df7d51 100644 --- a/apparmor.d/abstractions/common/steam-game +++ b/apparmor.d/abstractions/common/steam-game @@ -122,4 +122,6 @@ /dev/tty rw, /dev/uinput rw, - include if exists \ No newline at end of file + include if exists + +# vim:syntax=apparmor diff --git a/apparmor.d/profiles-a-f/elinks b/apparmor.d/profiles-a-f/elinks index d926271f5..1909ab896 100644 --- a/apparmor.d/profiles-a-f/elinks +++ b/apparmor.d/profiles-a-f/elinks @@ -25,3 +25,5 @@ profile elinks @{exec_path} { include if exists } + +# vim:syntax=apparmor diff --git a/apparmor.d/profiles-a-f/ffmpegthumbnailer b/apparmor.d/profiles-a-f/ffmpegthumbnailer index 34d37e759..5c0d7e2f8 100644 --- a/apparmor.d/profiles-a-f/ffmpegthumbnailer +++ b/apparmor.d/profiles-a-f/ffmpegthumbnailer @@ -15,3 +15,5 @@ profile ffmpegthumbnailer @{exec_path} { include if exists } + +# vim:syntax=apparmor diff --git a/apparmor.d/profiles-g-l/img2txt b/apparmor.d/profiles-g-l/img2txt index 1b3518777..41d77339b 100644 --- a/apparmor.d/profiles-g-l/img2txt +++ b/apparmor.d/profiles-g-l/img2txt @@ -15,3 +15,5 @@ profile img2txt @{exec_path} { include if exists } + +# vim:syntax=apparmor diff --git a/apparmor.d/profiles-m-r/odt2txt b/apparmor.d/profiles-m-r/odt2txt index 9be8b8642..0636f6ee8 100644 --- a/apparmor.d/profiles-m-r/odt2txt +++ b/apparmor.d/profiles-m-r/odt2txt @@ -15,3 +15,5 @@ profile odt2txt @{exec_path} { include if exists } + +# vim:syntax=apparmor diff --git a/apparmor.d/profiles-m-r/pdftotext b/apparmor.d/profiles-m-r/pdftotext index 9980cff64..c122cbdcb 100644 --- a/apparmor.d/profiles-m-r/pdftotext +++ b/apparmor.d/profiles-m-r/pdftotext @@ -17,3 +17,5 @@ profile pdftotext @{exec_path} { include if exists } + +# vim:syntax=apparmor diff --git a/apparmor.d/profiles-m-r/protonmail-bridge-core b/apparmor.d/profiles-m-r/protonmail-bridge-core index b0d153ec2..b7fd0c98a 100644 --- a/apparmor.d/profiles-m-r/protonmail-bridge-core +++ b/apparmor.d/profiles-m-r/protonmail-bridge-core @@ -82,4 +82,6 @@ profile protonmail-bridge-core @{exec_path} { } include if exists -} \ No newline at end of file +} + +# vim:syntax=apparmor