Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jade-highlighter

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jade-highlighter

A robust syntax highlighter for jade in node.js

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
494
decreased by-22.08%
Maintainers
1
Weekly downloads
 
Created
Source

jade-brackets

This is the official jade plugin for Brackets. This repository also houses the code mirror mode (in lib/mode.js) and the code for highlight-jade.

Brackets is the recommended editor for jade.

Build Status Dependency Status

highlight-jade

A simple syntax highlighter for jade.

NPM version

Installation

npm install highlight-jade

Usage

var jade = require('highlight-jade');

// Optionally register additional languages to highlight filters etc. (by default html, js, css and markdown are supported)
jade.loadMode('java');

// Get the html code produced from highlighting using jade
var html = jade('string of jade code here', {options});

License

MIT

FAQs

Package last updated on 21 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc