GNOME Bugzilla – Bug 781926
Jade was renamed to pug, so globs need to be renamed
Last modified: 2017-05-02 14:28:05 UTC
The Jade markup language was renamed to Pug due to a trademark issue, and the developers recommend to rename all jade files to .pug because expressjs (the web framework jade/pug are most commonly used with) uses the file extension to determine the template language. It would thus be nice to add *.pug as a valid glob for the jade language.
Done with commit 535896086af703cc66d4b22dd7fd2bac310cbd7b, and cherry-picked on gnome-3-24. The filename should probably be renamed to pug.lang, and replace all occurrences of Jade by Pug. But only on the master branch.