1
0
mirror of https://github.com/writeas/writefreely synced 2025-02-04 07:57:36 +01:00

1 line
227 B
JavaScript
Raw Normal View History

2018-12-07 16:37:14 -05:00
hljs.registerLanguage("ebnf",function(a){var e=a.C(/\(\*/,/\*\)/),t={cN:"attribute",b:/^[ ]*[a-zA-Z][a-zA-Z-]*([\s-]+[a-zA-Z][a-zA-Z]*)*/},r={cN:"meta",b:/\?.*\?/},b={b:/=/,e:/;/,c:[e,r,a.ASM,a.QSM]};return{i:/\S/,c:[e,t,b]}});