From 8ad87bebbf07852ef9314028ef667acdbd7cf93a Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Tue, 1 Nov 2016 16:27:21 -0200 Subject: [PATCH] Installed the zz File Icons Package. This completes its task on the issue: https://github.com/evandrocoan/SublimeTextStudio/issues/8 --- .githooks/SUBLIME_STUDIO_VERSION.txt | 2 +- .gitignore | 1 + README.MD | 2 +- User/Package Control.sublime-settings | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.githooks/SUBLIME_STUDIO_VERSION.txt b/.githooks/SUBLIME_STUDIO_VERSION.txt index 206409df..f7cbccb6 100644 --- a/.githooks/SUBLIME_STUDIO_VERSION.txt +++ b/.githooks/SUBLIME_STUDIO_VERSION.txt @@ -1 +1 @@ -1.0.1-93 +1.0.1-94 diff --git a/.gitignore b/.gitignore index 79f81c94..d175bf01 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ /Anaconda/* /SublimeREPL/* /Syntax Highlighting for Sass/* +/zz File Icons/* # Added new dependency ignore rule. # It was not working on linux with git 2.9.3 as just /Pyv8/*, or /Pyv8/linux32-p3/*. diff --git a/README.MD b/README.MD index c35b293c..612fe8d5 100644 --- a/README.MD +++ b/README.MD @@ -10,7 +10,7 @@ to program on: 5. SQL -Its current version is: v1.0.1-93 +Its current version is: v1.0.1-94 diff --git a/User/Package Control.sublime-settings b/User/Package Control.sublime-settings index b8395097..33ae8276 100644 --- a/User/Package Control.sublime-settings +++ b/User/Package Control.sublime-settings @@ -101,6 +101,7 @@ "Text Pastry", "Trimmer", "Whitespace", - "WordHighlight" + "WordHighlight", + "zz File Icons" ] }