Skip to content

Instantly share code, notes, and snippets.

@rakkang
Last active January 13, 2016 04:10
Show Gist options
  • Save rakkang/7f80ddec4f4e36cd50ab to your computer and use it in GitHub Desktop.
Save rakkang/7f80ddec4f4e36cd50ab to your computer and use it in GitHub Desktop.
Flowchart Syntax
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>fileTypes</key>
<array>
<string>flowchart</string>
</array>
<key>foldingStartMarker</key>
<string>{</string>
<key>foldingStopMarker</key>
<string>}</string>
<key>name</key>
<string>Flowchart</string>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>\b(start|end|operation|condition|inputoutput)(:)</string>
<key>name</key>
<string>storage.modifier.flowchart</string>
</dict>
<dict>
<key>match</key>
<string>(=>)</string>
<key>name</key>
<string>storage.type.flowchart</string>
</dict>
<dict>
<key>match</key>
<string>(->)</string>
<key>name</key>
<string>storage.type.flowchart</string>
</dict>
<dict>
<key>match</key>
<string>\b(yes|no|right|left|bottom)</string>
<key>name</key>
<string>keyword.operator.flowchart</string>
</dict>
</array>
<key>scopeName</key>
<string>source.flowchart</string>
<key>uuid</key>
<string>7c5e8e41-b1b7-40e2-a140-9c0c667e1ad7</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment