1
0
mirror of https://github.com/HorlogeSkynet/Nftables synced 2024-07-27 04:00:16 +02:00
Nftables/Comments.tmPreferences
Robert Laverty 31f19974bb
Allows source lines comment toggling (#1)
Co-authored-by: Samuel FORESTIER <HorlogeSkynet@users.noreply.github.com>
2020-09-25 17:04:07 +00:00

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>