Remove apostrophe highlighting (#3)

Highlighting on apostrophes seems to cause more problems
than it solves, and it seems unlikely that it will be missed, as
it's much more common to use quotes for strings rather than
apostrophes.

Fixes: https://pagure.io/pagure/issue/5103
This commit is contained in:
David Auer 2021-01-27 15:12:09 +01:00 committed by GitHub
parent 73713ed7c9
commit 1b204bd2e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,6 @@ function hljsDefineRpmSpecfile(hljs) {
contains: [
hljs.COMMENT('%dnl'),
hljs.HASH_COMMENT_MODE,
hljs.APOS_STRING_MODE,
hljs.QUOTE_STRING_MODE,
{
className: "type",