1
0
mirror of https://github.com/HorlogeSkynet/AppArmor.git synced 2024-07-27 04:00:16 +02:00
AppArmor/AppArmor.sublime-build
Samuel FORESTIER 4496e1af8e Initial commit
2022-10-27 10:44:30 +02:00

7 lines
217 B
Plaintext

{
"cmd": ["/sbin/apparmor_parser", "-o", "/dev/null", "-K", "$file"],
"selector": "source.apparmor",
"file_regex": "^AppArmor parser error for .* in (.*) at line (\\d+)(?: column (\\d+))?: (.*)$",
"quiet": true
}