diff --git a/management/profile-editor/src/wxStyledTextCtrl/LexAppArmor.cxx b/management/profile-editor/src/wxStyledTextCtrl/LexAppArmor.cxx index 51e8be648..3d0efe5f3 100644 --- a/management/profile-editor/src/wxStyledTextCtrl/LexAppArmor.cxx +++ b/management/profile-editor/src/wxStyledTextCtrl/LexAppArmor.cxx @@ -126,6 +126,15 @@ static void ColouriseAppArmorDoc( || sc.ch == 'p' || sc.ch == 'u' || sc.ch == 'i' + || sc.ch == 'm' + || sc.ch == 'W' + || sc.ch == 'R' + || sc.ch == 'X' + || sc.ch == 'L' + || sc.ch == 'M' + || sc.ch == 'P' + || sc.ch == 'U' + || sc.ch == 'I' || sc.ch == ',') { sc.SetState(SCE_APPARMOR_PERMS); } else if (sc.ch == ' ' || sc.ch == '\t') {