Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Web-Dev-Collaborative
/
code-prettify
Public
forked from
bitwiseman/code-prettify
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 12, 2016
Merge pull request #431 from wesbos/patch-1
Show description for 9c3730f
mikesamuel
committed
9c3730f
View commit details
Copy full SHA for 9c3730f
Browse repository at this point
Remove unnecessary border radius
wesbos
committed
bae7443
View commit details
Copy full SHA for bae7443
Browse repository at this point
Commits on Feb 25, 2016
Merge pull request #423 from mprobst/ts-more-kws
Show description for be5ca00
mikesamuel
committed
be5ca00
View commit details
Copy full SHA for be5ca00
Browse repository at this point
Commits on Feb 19, 2016
Merge pull request #426 from ryanpcmcquen/patch-1
Show description for df12927
mikesamuel
committed
df12927
View commit details
Copy full SHA for df12927
Browse repository at this point
capitalize 'P' in PR.prettyPrint()
Ryan P.C. McQuen
committed
bc2e67e
View commit details
Copy full SHA for bc2e67e
Browse repository at this point
Commits on Feb 10, 2016
Support TypeScript, add more JS keywords.
Show description for 2857525
mprobst
committed
2857525
View commit details
Copy full SHA for 2857525
Browse repository at this point
Commits on Feb 5, 2016
Merge pull request #418 from PedroLamas/patch-1
Show description for af3bf28
mikesamuel
committed
af3bf28
View commit details
Copy full SHA for af3bf28
Browse repository at this point
Commits on Jan 23, 2016
Fixed #265: Added async/await C# keywords support
pedrolamas
committed
eace8e0
View commit details
Copy full SHA for eace8e0
Browse repository at this point
Commits on Jan 2, 2016
Merge pull request #415 from chrisrecher/master
Show description for 4bf7590
mikesamuel
committed
4bf7590
View commit details
Copy full SHA for 4bf7590
Browse repository at this point
Commits on Dec 30, 2015
Add Swift 2.1 keywords.
cassierecher
committed
b0cf68e
View commit details
Copy full SHA for b0cf68e
Browse repository at this point
Commits on Dec 8, 2015
added var definition for PR so that prettify.js fully describes its APIs for inclusion into other closure compiler binaries
mikesamuel
committed
c67d802
View commit details
Copy full SHA for c67d802
Browse repository at this point
reworked AMD define code to require fewer externs
mikesamuel
committed
7be640c
View commit details
Copy full SHA for 7be640c
Browse repository at this point
updated YUI compressor
mikesamuel
committed
906a762
View commit details
Copy full SHA for 906a762
Browse repository at this point
updated YUI compressor
mikesamuel
committed
3168ed8
View commit details
Copy full SHA for 3168ed8
Browse repository at this point
Commits on Dec 7, 2015
added (c) comment to main CSS files
mikesamuel
committed
1ad1be8
View commit details
Copy full SHA for 1ad1be8
Browse repository at this point
fix typo in comment: 20015 is not the current year
mikesamuel
committed
da17188
View commit details
Copy full SHA for da17188
Browse repository at this point
(c) header for externs file
mikesamuel
committed
bb21563
View commit details
Copy full SHA for bb21563
Browse repository at this point
got JS compiling clean with modern version of JSCompiler
mikesamuel
committed
5f46b0c
View commit details
Copy full SHA for 5f46b0c
Browse repository at this point
Commits on Dec 4, 2015
made sure all source files have closure compiler compatible @license header comments
mikesamuel
committed
3d8ae1d
View commit details
Copy full SHA for 3d8ae1d
Browse repository at this point
some tweaks that makes it work nicely with closure compiler with more aggressive flags
mikesamuel
committed
2f52d8b
View commit details
Copy full SHA for 2f52d8b
Browse repository at this point
integrated pull requests from others which required some tweaking of test goldens
mikesamuel
committed
6708970
View commit details
Copy full SHA for 6708970
Browse repository at this point
Merge pull request #395 from chrisrecher/master
Show description for 988b78f
mikesamuel
committed
988b78f
View commit details
Copy full SHA for 988b78f
Browse repository at this point
Merge pull request #408 from sfreilich/keywords
Show description for 58f5245
mikesamuel
committed
58f5245
View commit details
Copy full SHA for 58f5245
Browse repository at this point
a new release
mikesamuel
committed
4b71291
View commit details
Copy full SHA for 4b71291
Browse repository at this point
cleanup test goldens which have diverged from reality a little mostly based on keyword list cleanup but also because .rust is now handled by lang-rust.js
mikesamuel
committed
203d378
View commit details
Copy full SHA for 203d378
Browse repository at this point
lang-dart: treat capitalized identifiers as types per convention
mikesamuel
committed
4d30912
View commit details
Copy full SHA for 4d30912
Browse repository at this point
prettify.js: remove registration of rust language handler which blocks src/lang-rust.js
mikesamuel
committed
7c60184
View commit details
Copy full SHA for 7c60184
Browse repository at this point
use v8 if spidermonkey not installed to extract language handler aliases from lang-*.js files to build language alias map
mikesamuel
committed
72a7bfc
View commit details
Copy full SHA for 72a7bfc
Browse repository at this point
Commits on Dec 3, 2015
Include JAVA_KEYWORDS in ALL_KEYWORDS
Show description for 8afc3ef
sfreilich
committed
8afc3ef
View commit details
Copy full SHA for 8afc3ef
Browse repository at this point
Commits on Nov 2, 2015
Merge pull request #401 from FSchumacher/regex-hexdigits
Show description for 0db2eb6
mikesamuel
committed
0db2eb6
View commit details
Copy full SHA for 0db2eb6
Browse repository at this point
Commits on Oct 30, 2015
There is no \x class for the characters 0-9 and a-f.
Show description for 770dbba
FSchumacher
committed
770dbba
View commit details
Copy full SHA for 770dbba
Browse repository at this point
Commits on Oct 2, 2015
Update README.md
Show description for e57576e
mikesamuel
committed
e57576e
View commit details
Copy full SHA for e57576e
Browse repository at this point
Update README.md
Show description for 3bf34ec
mikesamuel
committed
3bf34ec
View commit details
Copy full SHA for 3bf34ec
Browse repository at this point
Commits on Sep 22, 2015
Merge remote-tracking branch 'upstream/master'
cassierecher
committed
332033e
View commit details
Copy full SHA for 332033e
Browse repository at this point
Update Swift keywords for Swift 2
cassierecher
committed
ba2dce4
View commit details
Copy full SHA for ba2dce4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.