Remove apostrophe highlighting
Fixes: https://pagure.io/pagure/issue/5103
This commit is contained in:
parent
73713ed7c9
commit
9cfb4b7869
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ function hljsDefineRpmSpecfile(hljs) {
|
||||||
contains: [
|
contains: [
|
||||||
hljs.COMMENT('%dnl'),
|
hljs.COMMENT('%dnl'),
|
||||||
hljs.HASH_COMMENT_MODE,
|
hljs.HASH_COMMENT_MODE,
|
||||||
hljs.APOS_STRING_MODE,
|
|
||||||
hljs.QUOTE_STRING_MODE,
|
hljs.QUOTE_STRING_MODE,
|
||||||
{
|
{
|
||||||
className: "type",
|
className: "type",
|
||||||
|
|
Loading…
Add table
Reference in a new issue