0

update to higlight.js 8.4

This commit is contained in:
jomo
2015-01-25 16:00:01 +01:00
parent 63ae856c40
commit 47f60d0729
157 changed files with 4463 additions and 727 deletions

View File

@@ -1,5 +1,6 @@
/*
Language: JavaScript
Category: common, scripting
*/
function(hljs) {
@@ -24,8 +25,11 @@ function(hljs) {
contains: [
{
className: 'pi',
begin: /^\s*('|")use strict('|")/,
relevance: 10
relevance: 10,
variants: [
{begin: /^\s*('|")use strict('|")/},
{begin: /^\s*('|")use asm('|")/}
]
},
hljs.APOS_STRING_MODE,
hljs.QUOTE_STRING_MODE,