Skip to content

Instantly share code, notes, and snippets.

@DanTup
Created January 27, 2022 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanTup/7af63749886ae513b911ec7fcab1a830 to your computer and use it in GitHub Desktop.
Save DanTup/7af63749886ae513b911ec7fcab1a830 to your computer and use it in GitHub Desktop.
Basic Language Module for BBEdit to recognise Dart
<?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>BBEditDocumentType</key>
<string>CodelessLanguageModule</string>
<key>BBLMLanguageDisplayName</key> <string>Dart</string>
<key>BBLMLanguageCode</key> <string>Dart</string>
<key>BBLMSuffixMap</key>
<array>
<dict>
<key>BBLMLanguageSuffix</key> <string>.dart</string>
</dict>
</array>
<key>Language Features</key>
<dict></dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment