Skip to content

jasperla/prism-langs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prism-langs

prism.js language components for Puppet, YAML, VHDL and UCF.

Usage

	<script src="prism.js"></script>
	<script src="prism-puppet.js"></script>
	<script src="prism-yaml.js"></script>
	<script src="prism-vhdl.js"></script>
	<script src="prism-ucf.js"></script>

And add these CSS classes to the stylesheet:

	/* Puppet */
	.token.resource {...}
	.token.class {...}

Copyright

2014 Jasper Lievisse Adriaanse jasper@humppa.nl Released under the terms of the MIT license, please see LICENSE

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

prism.js language components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published