mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
75 lines
1.8 KiB
Plaintext
Executable File
75 lines
1.8 KiB
Plaintext
Executable File
<?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>fileTypes</key>
|
|
<array>
|
|
<string>i7x</string>
|
|
<string>inform</string>
|
|
<string>ni</string>
|
|
</array>
|
|
<key>name</key>
|
|
<string>Inform7</string>
|
|
<key>patterns</key>
|
|
<array>
|
|
<dict>
|
|
<key>match</key>
|
|
<string>\b(Include|Release)\b</string>
|
|
<key>name</key>
|
|
<string>keyword.control.Inform7</string>
|
|
</dict>
|
|
<dict>
|
|
<key>begin</key>
|
|
<string>\[</string>
|
|
<key>comment</key>
|
|
<string>All comments in Inform7 are delimited this way.</string>
|
|
<key>end</key>
|
|
<string>\]</string>
|
|
<key>name</key>
|
|
<string>comment.block.Inform7</string>
|
|
</dict>
|
|
<dict>
|
|
<key>begin</key>
|
|
<string>"</string>
|
|
<key>end</key>
|
|
<string>"</string>
|
|
<key>name</key>
|
|
<string>string.quoted.double.Inform7</string>
|
|
<key>patterns</key>
|
|
<array>
|
|
<dict>
|
|
<key>begin</key>
|
|
<string>\[</string>
|
|
<key>comment</key>
|
|
<string>For logic inside of strings.</string>
|
|
<key>end</key>
|
|
<string>\]</string>
|
|
<key>name</key>
|
|
<string>keyword.operator.Inform7</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
<dict>
|
|
<key>comment</key>
|
|
<string>Matches headings for major sections in Inform7</string>
|
|
<key>match</key>
|
|
<string>(Volume|Book|Chapter|Part|Section|Table)\s+\d?\s+-?\s+((?:\w|\s|-)*)</string>
|
|
<key>name</key>
|
|
<string>storage.type.Inform7</string>
|
|
</dict>
|
|
<dict>
|
|
<key>comment</key>
|
|
<string>Gotta call out the numbers!</string>
|
|
<key>match</key>
|
|
<string>([0-9])+</string>
|
|
<key>name</key>
|
|
<string>constant.numeric.Inform7</string>
|
|
</dict>
|
|
</array>
|
|
<key>scopeName</key>
|
|
<string>source.Inform7</string>
|
|
<key>uuid</key>
|
|
<string>0c4cbdee-beb7-4ea6-af56-27246d479373</string>
|
|
</dict>
|
|
</plist>
|