Performs syntax highlighting on files visited in the browser based on their extensionSyntaxtic! is a chrome extension for syntax highlighting on source files opened in Chrome. This extension was primarily designed for viewing files hosted in a web accessible version control system that doesn't natively provide highlighting but the usage certainly doesn't end there.
A variety of color themes and default sizes can now be selected from the extension options page.
Any file ending in one of the above extensions will be automatically highlighted using the appropriate grammar.
Any comments or suggestions can be directed to http://twitter.com/matheeeny or submitted as issues to https://github.com/matheeeny/Syntaxtic.
This extension would not be possible without Alex Gorbatchev's fantastic syntax highlighting API available at http://alexgorbatchev.com/SyntaxHighlighter/
UPDATES:
v1.1.25
- Added check for content-type = text/html. If found, does not perform syntax highlighting
v1.1.28
- Added .cc as a c++ alias and .pm as a perl alias per request
v2.0.43
- Added options page with selectable theme and size
v2.0.44
- Removed unused permissions
v3.0.74
- Added action button to disable line numbers or highlighting for the current page
- Updated to current version of extension manifest
- Small bug fixes
- Removed XML highlighting to let the default webkit viewer do it's thing
v3.0.117
- Added support for Go and CoffeeScript
v4.0.135
- Updated to latest version of syntax highlighting library which should fix many language highlighting issues
- Added support for typescript
- Added support for swift
- Removed CoffeeScript support due to complications with core library update