Railscasts Extended
Extends original Railscasts theme with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
Details
Installs
- Total 15K
- Win 4K
- Mac 7K
- Linux 5K
| Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
sublime-railscasts-extended
Extends original Railscasts theme with additional syntax highlighting for Markdown, LESS, HTML, Handlebars and more.
This theme attempts to add all the good things found in sublime-monokai-extended theme by Jon Schlinkert to the original TextMate Railscasts theme by Ryan Bates.
This theme supports all of the color keys found in Monokai and Monokai Extended themes. This improves the functionality of the syntax highlighting plugins.
All of the values set in this theme were analyzed first. No global search and replace was performed.
Jump to Examples ↓
Getting Started
1. Installation
Package Control
If you already have Package Control installed in Sublime Text:
- Select “Install Package” from the Command Palette: Ctrl+Shift+P on Windows and Linux or ⇧⌘P on OS X
- Search for “Railscasts Extended” and click enter.
Manual Installation
Go to Preferences -> Browse Packages, and then either download and unzip this plugin into that directory, or:
git clone https://github.com/jzelenkov/sublime-railscasts-extended.git "sublime-railscasts-extended"
2. Switch Themes
Then inside Sublime Text, go to Preferences -> Color Scheme -> User -> Railscasts Extended.
Railscasts Enhancements
Adds scopes, support and/or improves styling for:
- GitGutter
MakefileHTML: Doctype/XML ProcessingHTML: Comment BlockHTML: ScriptHTML: StyleHTML: TextHTML: Attribute punctuationHTML: AttributesHTML: Quotation MarksHTML: TagHTML: styleHTML: StylesHTML: {}HTML: Tags punctuationHandlebars: Variable(To highlight Handlebars, install the Handlebars language package for Sublime Text)Handlebars: ConstantCSS: SelectorCSS: Tag NameCSS: @importCSS: @at-ruleCSS: #IdCSS: .classCSS: Property NameCSS: Property ValueCSS: Standard ValueCSS: Additional ConstantsCSS: Numeric ValueCSS: Constructor ArgumentCSS: !ImportantCSS: {}CSS: Tag PunctuationCSS: : ,CSS :pseudoLESS: variablesLESS: mixinsLESS: extendjs: function namejs: storage typejs: sourcejs: functionjs: numeric constantjs: []js: ()js: {}JSON stringdiff.rangemarkdown: plain(Also install sublime-markdown-extended for additional features.)markdown: raw inlinemarkdown: linebreakmarkdown: headingmarkdown: italicmarkdown: boldmarkdown: underlinemarkdown: blockquotemarkdown: quotemarkdown: linkmarkdown: raw blockmarkdown: fenced code blockmarkdown: fenced languagemarkdown: raw block fencedmarkdown: list items punctuationmarkdown: separatormarkdown: table
Examples
Markdown


CSS
The following improvements apply to both CSS and LESS.


GitGutter
Intuitive colors
new => green
modified => yellow
removed => red
Author of the extended version
Jev Zelenkov
Special thanks
To Jon Schlinkert author of the original sublime-monokai-extended theme for inspiring me to do the same for the Railscasts theme.
To Troy Murray for adding the original Railscasts theme to Sublime Package Control.
Copyright and license
Copyright © 2014 Jev Zelenkov
Copyright © 2008 Ryan Bates