Skip to content

gnat/sublime-python-html-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Highlight HTML + SQL in Python for Sublime!

Screenshot

image

🚨 Install Instructions

Direct: Preferences ➡️ Browse Packages ... ➡️ cd User ➡️ Download and extract the latest.

Package Control: Primary+P ➡️ Package Control: Add Repository ➡️ https://github.com/gnat/sublime-python-html ➡️ Primary+P ➡️ Package Install ➡️ sublime-python-html

Use it: View ➡️ Syntax ➡️ User ➡️ Python (HTML)

Suggested Sublime Color Schemes

  • Invader Zim 🛸
  • Mariana (Built-in)
  • Monokai (Built-in)

Pairs well with:

Alternative for VS Code / Codium

Bonus! Dark background color for embedded blocks.

Use it: Preferences ➡️ Customize Color Scheme

{
	"rules":
	[
		{
			"name": "sql highlight",
			"scope": "source.sql",
			"background": "hsl(180, 0%, 3%)"
		},
		{
			"name": "py highlight",
			"scope": "string.quoted.double.block.python",
			"background": "hsl(180, 0%, 3%)"
		},
		{
			"name": "py highlight2",
			"scope": "source.js.embedded.html",
			"background": "hsl(180, 0%, 3%)"
		},
		{
			"name": "py highlight3",
			"scope": "text.html.basic",
			"background": "hsl(180, 0%, 3%)"
		},
	]
}

About

HTML + SQL highlighter extension for strings in Python for Sublime Text!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published