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:
parent
73713ed7c9
commit
1b204bd2e1
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue