Skip to content

Commit

Permalink
syntax highlighting for these dotfiles in st2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Sep 9, 2012
1 parent 06d129c commit 4d81cca
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,30 @@ PATH=$PATH:~/code/git-friendly
export PATH
```

## Syntax highlighting

Is really important. even for these files.

add the below to this file: `~/Library/Application Support/Sublime Text 2/Packages/ShellScript/Shell-Unix-Generic.tmLanguage`

```xml
<string>.aliases</string>
<string>.bash_profile</string>
<string>.bash_prompt</string>
<string>.bashrc</string>
<string>.brew</string>
<string>.exports</string>
<string>.functions</string>
<string>.git</string>
<string>.gitattributes</string>
<string>.gitconfig</string>
<string>.gitignore</string>
<string>.inputrc</string>
<string>.osx</string>
<string>.vim</string>
<string>.vimrc</string>
```



### Sensible OS X defaults
Expand Down

0 comments on commit 4d81cca

Please sign in to comment.