Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(648)

Unified Diff: tools/utils/textmate/README

Issue 8321007: Create minimal TextMate mode for Dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added a readme for Textmate mode. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/utils/textmate/Dart.tmbundle/info.plist ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/utils/textmate/README
diff --git a/tools/utils/textmate/README b/tools/utils/textmate/README
new file mode 100644
index 0000000000000000000000000000000000000000..a97050953bd1c6ca0eb6ac01b7bd041fb27385ff
--- /dev/null
+++ b/tools/utils/textmate/README
@@ -0,0 +1,15 @@
+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
« no previous file with comments | « tools/utils/textmate/Dart.tmbundle/info.plist ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698