| Index: dart/tools/utils/textmate/README
|
| diff --git a/dart/tools/utils/textmate/README b/dart/tools/utils/textmate/README
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..96be5f8c15ffd78884f60d5fc0a9a150850690eb
|
| --- /dev/null
|
| +++ b/dart/tools/utils/textmate/README
|
| @@ -0,0 +1,20 @@
|
| +This bundle provides rules to TextMate that describe minimal rules for display of the dart source code. At this point the dart bundle provides:
|
| + - syntax highlighting of keywords
|
| + - syntax highlighting of strings
|
| + - Preferences for comments so that you can use CMD-/ to (de)comment source lines.
|
| +
|
| +The bundle identifies dart source by the file extension (.dart).
|
| +
|
| +INSTALLATION
|
| +============
|
| +From the command line. From the root of the dart repo, type:
|
| +open tools/utils/Dart.tmbundle
|
| +
|
| +-OR-
|
| +From TextMate:
|
| +Open (File->Open...) the Dart.tmbundle file from tools/utils/textmate
|
| +
|
| +-OR-
|
| +For use with Sublime Text:
|
| +Copy Dart.tmbundle to the sublime packages directory (on OSX:
|
| +~/Library/Application Support/Sublime Text 2/Packages).
|
|
|