Skip to content

🐶 Atom syntax highlighting for Pug/Jade

Notifications You must be signed in to change notification settings

sethmcleod/language-pug-jade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

language-pug-jade

Atom Package Manager

Pug and Jade syntax highlighting for Atom, because name changes are confusing. Adapted from atom-jade by devongovett.

Not actively maintained but I'll review any pull requests 👍

Change log

0.2.1 (thanks gilles-crealp)

  • Resolved duplicate key if condition in snippets.

0.2.0 (thanks sneakertack)

  • Fix the begin regexes for existing filter rules so that bracketed arguments pass as vaild.
  • Add support for babel, markdown-it, and scss filters.
  • Makes less filter properly highlight less syntax.

0.1.0 - 0.1.2

  • Readme and package description updates