Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add icons for Julia, R, and Stata. #110

Merged
merged 16 commits into from
Sep 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Prefs/Langs/Git.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<string>.git-commit</string>
<string>.git-graph</string>
<string>.gitkeep</string>
<string>.gitmodules</string>
</array>
<key>patterns</key>
<array>
Expand Down
2 changes: 1 addition & 1 deletion Prefs/Langs/Gruntfile Coffee.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</dict>
</array>
<key>scopeName</key>
<string>source.coffee, source.gruntfile.coffee</string>
<string>source.coffee, source.coffee.gruntfile</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Prefs/Langs/Gruntfile JS.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</dict>
</array>
<key>scopeName</key>
<string>source.js, source.gruntfile.js</string>
<string>source.js, source.js.gruntfile</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Prefs/Langs/Gulpfile Coffee.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</dict>
</array>
<key>scopeName</key>
<string>source.coffee, source.gulpfile.coffee</string>
<string>source.coffee, source.coffee.gulpfile</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Prefs/Langs/Gulpfile JS.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
</dict>
</array>
<key>scopeName</key>
<string>source.js, source.gulpfile.js</string>
<string>source.js, source.js.gulpfile</string>
</dict>
</plist>
13 changes: 13 additions & 0 deletions Prefs/icon_julia.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.julia</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_julia</string>
</dict>
</dict>
</plist>
13 changes: 13 additions & 0 deletions Prefs/icon_matlab.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.matlab</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_matlab</string>
</dict>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Prefs/icon_php.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.php</string>
<string>source.php, embedding.php</string>
<key>settings</key>
<dict>
<key>icon</key>
Expand Down
13 changes: 13 additions & 0 deletions Prefs/icon_r.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.r</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_R</string>
</dict>
</dict>
</plist>
13 changes: 13 additions & 0 deletions Prefs/icon_stata.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.stata</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_stata</string>
</dict>
</dict>
</plist>
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ Add to your current settings or replace with the following:

## Dock Icon

You can also download a replacement icon for Sublime Text [here](https://github.com/YabataDesign/sublime-text-icon).
You can also download a replacement icon for Sublime Text [here](https://github.com/evansendra/sublime-text-icon).

![Sublime Text icon](https://raw.githubusercontent.com/YabataDesign/sublime-text-icon/master/Sublime_text_256x256x32.png)
![Sublime Text icon](https://raw.githubusercontent.com/evansendra/sublime-text-icon/master/Sublime_text_512x512x32.png)


## Retina Resolution UI
Expand Down
Empty file added icon-examples/julia.jl
Empty file.
Empty file added icon-examples/matlab.m
Empty file.
1 change: 1 addition & 0 deletions icon-examples/perl.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file added icon-examples/r.r
Empty file.
Empty file added icon-examples/stata.do
Empty file.
Binary file added icons/file_type_R.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/file_type_julia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/file_type_matlab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/file_type_perl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/file_type_stata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.