Browse Source

Pull in upstream fix for apostrophes from highlightjs-rpm-specfile

Upstream PR: https://github.com/highlightjs/highlightjs-rpm-specfile/pull/3
Closes: https://pagure.io/pagure/issue/5103
David Auer 3 years ago
parent
commit
fdef4129c1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pagure/static/vendor/highlight.js/spec.js

+ 0 - 1
pagure/static/vendor/highlight.js/spec.js

@@ -15,7 +15,6 @@ hljs.registerLanguage("rpm-specfile", function(e) {
     aliases: ['rpm', 'spec', 'rpm-spec', 'specfile'],
     aliases: ['rpm', 'spec', 'rpm-spec', 'specfile'],
     c:[
     c:[
         hljs.HCM,
         hljs.HCM,
-        hljs.ASM,
         hljs.QSM,
         hljs.QSM,
         {
         {
             cN: "type",
             cN: "type",