mirror of
https://github.com/HorlogeSkynet/Nftables
synced 2024-11-21 08:00:11 +01:00
31f19974bb
Co-authored-by: Samuel FORESTIER <HorlogeSkynet@users.noreply.github.com>
25 lines
567 B
Plaintext
25 lines
567 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>name</key>
|
|
<string>Comments</string>
|
|
<key>scope</key>
|
|
<string>source.nftables</string>
|
|
<key>settings</key>
|
|
<dict>
|
|
<key>shellVariables</key>
|
|
<array>
|
|
<dict>
|
|
<key>name</key>
|
|
<string>TM_COMMENT_START</string>
|
|
<key>value</key>
|
|
<string># </string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
<key>uuid</key>
|
|
<string>72C7A737-DE54-4C81-8179-AB043F504809</string>
|
|
</dict>
|
|
</plist>
|