mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-25 05:14:12 +01:00
Mind that this lib is not maintained through NPM yet as its sources alone don't allow to be used in CKEditor out of the box, it needs extra steps to be built/used. And as we are already struggling with the CKEditor integration, we rather make baby steps.
14 lines
1020 B
JavaScript
14 lines
1020 B
JavaScript
/*! `apache` grammar compiled for Highlight.js 11.9.0 */
|
|
var hljsGrammar=(()=>{"use strict";return e=>{const a={className:"number",
|
|
begin:/\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}(:\d{1,5})?/};return{
|
|
name:"Apache config",aliases:["apacheconf"],case_insensitive:!0,
|
|
contains:[e.HASH_COMMENT_MODE,{className:"section",begin:/<\/?/,end:/>/,
|
|
contains:[a,{className:"number",begin:/:\d{1,5}/
|
|
},e.inherit(e.QUOTE_STRING_MODE,{relevance:0})]},{className:"attribute",
|
|
begin:/\w+/,relevance:0,keywords:{
|
|
_:["order","deny","allow","setenv","rewriterule","rewriteengine","rewritecond","documentroot","sethandler","errordocument","loadmodule","options","header","listen","serverroot","servername"]
|
|
},starts:{end:/$/,relevance:0,keywords:{literal:"on off all deny allow"},
|
|
contains:[{className:"meta",begin:/\s\[/,end:/\]$/},{className:"variable",
|
|
begin:/[\$%]\{/,end:/\}/,contains:["self",{className:"number",begin:/[$%]\d+/}]
|
|
},a,{className:"number",begin:/\b\d+/},e.QUOTE_STRING_MODE]}}],illegal:/\S/}}
|
|
})();export default hljsGrammar; |