From 637c2b4ccd30873361a987976f7a216277554a6f Mon Sep 17 00:00:00 2001 From: REmerald <55359236+REmerald@users.noreply.github.com> Date: Sat, 15 Jun 2024 16:56:54 +0300 Subject: [PATCH] feat(development/index.md): add vim modeline Add vim syntax comment to the example as requested in #380. --- docs/development/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development/index.md b/docs/development/index.md index 6da12d47d..c12226a7a 100644 --- a/docs/development/index.md +++ b/docs/development/index.md @@ -85,6 +85,8 @@ profile foo @{exec_path} { include if exists } + +# vim:syntax=apparmor ```