Skip to content

eric-wieser/sublime-bottle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bottle package for sublime text

For use with the SimpleTemplate templating language that comes with bottle

Add the following to Monokai.tmTheme to enable background colors for embedded regions

<dict>
	<key>scope</key>
	<string>punctuation.section.embedded</string>
	<key>settings</key>
	<dict>
		<key>foreground</key>
		<string>#75715E</string>
	</dict>
</dict>

<dict>
	<key>scope</key>
	<string>source.python.embedded.html</string>
	<key>settings</key>
	<dict>
		<key>foreground</key>
		<string>#F2EAC2</string>
		<key>background</key>
		<string>#32332B</string>
	</dict>
</dict>

Which results in:

About

A package for working with the bottle framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages