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 characters
Here is a list of scopes to use in Sublime Text 2 snippets - | |
Actionscript: source.actionscript, source.actionscript.2 | |
Active4D: source.active4d | |
Active4D_Html: text.html.strict.active4d | |
Active4D_Ini: text.active4d-ini | |
Active4D_Library: source.active4d.library | |
Ada: source.ada | |
Antlr: source.antlr | |
Apache: source.apache-config |
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 characters
Show hidden characters
To create a Sphinx sublime build, open Sublime, Go to Tools --> Bulid system --> New build system and type in the following code. | |
I have only tried it on windows so far and it worked. | |
Make sure you have sphinx installed and change the path to the script. may be python27 instead of python34 | |
{ | |
"cmd": ["c:/Python34/Scripts/sphinx-build.exe", "-b", "html", "$filedir", "_build/html"], | |
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", | |
"selector": "text.restructuredtext" | |
} |
NewerOlder