megacommit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*! `makefile` grammar compiled for Highlight.js 11.11.1 */
|
||||
var hljsGrammar=(()=>{"use strict";return e=>{const a={className:"variable",
|
||||
variants:[{begin:"\\$\\("+e.UNDERSCORE_IDENT_RE+"\\)",
|
||||
contains:[e.BACKSLASH_ESCAPE]},{begin:/\$[@%<?\^\+\*]/}]},i={className:"string",
|
||||
begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,a]},n={className:"variable",
|
||||
begin:/\$\([\w-]+\s/,end:/\)/,keywords:{
|
||||
built_in:"subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value"
|
||||
},contains:[a,i]},r={begin:"^"+e.UNDERSCORE_IDENT_RE+"\\s*(?=[:+?]?=)"},s={
|
||||
className:"section",begin:/^[^\s]+:/,end:/$/,contains:[a]};return{
|
||||
name:"Makefile",aliases:["mk","mak","make"],keywords:{$pattern:/[\w-]+/,
|
||||
keyword:"define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath"
|
||||
},contains:[e.HASH_COMMENT_MODE,a,i,n,r,{className:"meta",begin:/^\.PHONY:/,
|
||||
end:/$/,keywords:{$pattern:/[\.\w]+/,keyword:".PHONY"}},s]}}})()
|
||||
;export default hljsGrammar;
|
||||
Reference in New Issue
Block a user