Forked from flekschas/Install-Cypher-Syntax-Highlight-ST3.md
Created
July 12, 2019 15:18
-
-
Save madmouser1/0445aa7b1ffed245984ac5f607b5aff4 to your computer and use it in GitHub Desktop.
Revisions
-
Fritz Lekschas renamed this gist
Jul 10, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Fritz Lekschas renamed this gist
Jul 10, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Fritz Lekschas revised this gist
Jul 10, 2015 . No changes.There are no files selected for viewing
-
Fritz Lekschas revised this gist
Jul 10, 2015 . No changes.There are no files selected for viewing
-
Fritz Lekschas renamed this gist
Jul 10, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Fritz Lekschas revised this gist
Jul 10, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Since the original plugin has been developed for Sublime Text 2 we have to insta 2. Open Sublime Text 3, and go to ‘_Browse Packages_’ (<kbd>CTRL</kbd> + <kbd>COMMAND</kbd> + <kbd>P</kbd> then type ‘_browse_’ and hit <kbd>ENTER</kbd>) 3. In the file browser's window, move the previously downloaded folder from **Step 1** into here. 4. Restart Sublime Text 3. -
Fritz Lekschas revised this gist
Jul 10, 2015 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,10 +9,10 @@ Since the original plugin has been developed for Sublime Text 2 we have to insta 1. Go to https://github.com/fredbenenson/sublime-cypher, download ZIP of the repo, extract the content and rename the folder to ‘_Cypher_’. You can download the original repo from https://github.com/kollhof/sublime-cypher but Fred Benenson introduced a handy [fix](https://github.com/kollhof/sublime-cypher/pull/5) for UTF-8 data, which hasn't integrated at the point of this writing. 2. Open Sublime Text 3, and go to ‘_Browse Packages_’ (<kbd>CTRL</kbd> + <kbd>COMMAND</kbd> + <kbd>P</kbd> then type ‘_browse_’ and hit <kbd>ENTER</kbd>) 3. In the Explorer window, move the downloaded folder from **1.** into here. 4. Restart Sublime Text 3. 5. Open a file containing some Cypher queries and switch to Cypher mode (<kbd>CTRL</kbd> + <kbd>COMMAND</kbd> + <kbd>P</kbd> then type ‘_Cypher_’ and hit <kbd>ENTER</kbd>) -
Fritz Lekschas revised this gist
Jul 10, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Since the original plugin has been developed for Sublime Text 2 we have to insta 1. Go to https://github.com/fredbenenson/sublime-cypher, download ZIP of the repo, extract the content and rename the folder to ‘_Cypher_’. You can download the original repo from https://github.com/kollhof/sublime-cypher but Fred Benenson introduced a handy [fix](https://github.com/kollhof/sublime-cypher/pull/5) for UTF-8 data, which hasn't integrated at the point of this writing. 2. Open ST3, and go to ‘_Browse Packages_’ (<kbd>CTRL</kbd> + <kbd>COMMAND</kbd> + <kbd>P</kbd> then type ‘_browse_’) 3. In the Explorer window, move the downloaded folder from **1.** into here. -
Fritz Lekschas revised this gist
Jul 10, 2015 . 1 changed file with 8 additions and 15 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,25 +1,18 @@ Credit goes to 1. [Jan Klaas Kollhof](https://github.com/kollhof/sublime-cypher) (and [Fred Benenson](https://github.com/fredbenenson/sublime-cypher)) 2. [Chris Skardon](http://geekswithblogs.net/cskardon/archive/2014/09/12/install-cypher-highlighting-into-sublime-text-3.aspx) # Installation Since the original plugin has been developed for Sublime Text 2 we have to install it manually. 1. Go to https://github.com/fredbenenson/sublime-cypher, download ZIP of the repo, extract the content and rename the folder to ‘_Cypher_’. You can download the original repo from https://github.com/kollhof/sublime-cypher but Fred Benenson introduced a handy [fix](https://github.com/kollhof/sublime-cypher/pull/5) for UTF-8 data, which hasn't integrated at the point of this writing. 2. Open ST3, and go to ‘_Browse Packages_’ (CTRL+SHIFT+P then type ‘_browse_’) 3. In the Explorer window, move the downloaded folder from **1.** into here. 4. Restart ST3. 5. Open a file containing some Cypher queries and switch to Cypher mode (CTRL+SHIFT+P then ‘_Cypher_’) -
Fritz Lekschas created this gist
Jul 10, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ Credit goes to 1. [Jan Klaas Kollhof](https://github.com/kollhof/sublime-cypher) (and [Fred Benenson](https://github.com/fredbenenson/sublime-cypher)) 2. [Chris Skardon](http://geekswithblogs.net/cskardon/archive/2014/09/12/install-cypher-highlighting-into-sublime-text-3.aspx) ## Manual installation 1. Step Go to https://github.com/fredbenenson/sublime-cypher, download ZIP of the repo, extract the content and rename the folder to ‘_Cypher_’. You can download the original repo from https://github.com/kollhof/sublime-cypher but Fred Benenson introduced a handy [fix](https://github.com/kollhof/sublime-cypher/pull/5) for UTF-8 data, which hasn't integrated at the point of this writing. 2. Step Open ST3, and go to ‘_Browse Packages_’ (CTRL+SHIFT+P then type ‘_browse_’) 3. Step In the Explorer window, move the downloaded folder from **1.** into here. 4. Step Restart ST3. 5. Step Open a file containing some Cypher queries and switch to Cypher mode (CTRL+SHIFT+P then ‘_Cypher_’)