0266184ec1
R=knorton@google.com,rnystrom@google.com BUG= TEST= Review URL: http://codereview.chromium.org//8321007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@484 260f80e4-7a28-3924-810f-c04153c831b5
16 lines
575 B
Plaintext
16 lines
575 B
Plaintext
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
|