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

Side by Side Diff: tools/utils/textmate/README

Issue 10831131: Dart textmate bundle updates (support for 'external' and 'as'). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This bundle provides rules to TextMate that describe minimal rules for display o f the dart source code. At this point the dart bundle provides: 1 This bundle provides rules to TextMate that describe minimal rules for display o f the dart source code. At this point the dart bundle provides:
2 - syntax highlighting of keywords 2 - syntax highlighting of keywords
3 - syntax highlighting of strings 3 - syntax highlighting of strings
4 - Preferences for comments so that you can use CMD-/ to (de)comment source lin es. 4 - Preferences for comments so that you can use CMD-/ to (de)comment source lin es.
5 5
6 The bundle identifies dart source by the file extension (.dart). 6 The bundle identifies dart source by the file extension (.dart).
7 7
8 INSTALLATION 8 INSTALLATION
9 ============ 9 ============
10 From the command line. From the root of the dart repo, type: 10 From the command line. From the root of the dart repo, type:
11 open tools/utils/Dart.tmbundle 11 open tools/utils/Dart.tmbundle
12 12
13 -OR- 13 -OR-
14 From TextMate: 14 From TextMate:
15 Open (File->Open...) the Dart.tmbundle file from tools/utils/textmate 15 Open (File->Open...) the Dart.tmbundle file from tools/utils/textmate
16
17 -OR-
18 For use with Sublime Text:
19 Copy Dart.tmbundle to the sublime packages directory (on OSX:
20 ~/Library/Application Support/Sublime Text 2/Packages).
OLDNEW
« no previous file with comments | « tools/utils/textmate/Dart.tmbundle/Syntaxes/Dart.tmLanguage ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698