Skip to content

Commit 5c311fe

Browse files
committed
ace: update syntax-hl (new trait )
1 parent 8766247 commit 5c311fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jekyll/assets/ace/mode-hext.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ define("ace/mode/hext_highlight_rules",["require","exports","module","ace/lib/oo
6767
(":empty|:child-count|:attribute-count|:nth-child|" +
6868
":nth-last-child|:nth-of-type|:first-child|:first-of-type|" +
6969
":last-child|:last-of-type|:nth-last-of-type|:only-child|" +
70-
":only-of-type|:not").split("|"));
70+
":only-of-type|:not|:type-matches").split("|"));
7171
var nodeTraitToken = function(value) {
7272
if( nodeTraits.hasOwnProperty(value.toLowerCase()) )
7373
return "entity.name.tag";
@@ -240,4 +240,4 @@ define("ace/mode/hext",["require","exports","module","ace/lib/oop","ace/mode/tex
240240
}
241241
});
242242
})();
243-
243+

jekyll/assets/combined.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)