1 Prism.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\[\s\S]|.)*/,lookbehin
d:!0},string:/(["'])(?:\\[\s\S]|(?!\1)[^\\\r\n])*\1/,builtin:/\.[A-Z][^:#=\s]+(?
=\s*:(?!=))/,symbol:{pattern:/^[^:=\r\n]+(?=\s*:(?!=))/m,inside:{variable:/\$+(?
:[^(){}:#=\s]+|(?=[({]))/}},variable:/\$+(?:[^(){}:#=\s]+|\([@*%<^+?][DF]\)|(?=[
({]))/,keyword:[/\b(?:define|else|endef|endif|export|ifn?def|ifn?eq|-?include|ov
erride|private|sinclude|undefine|unexport|vpath)\b/,{pattern:/(\()(?:addsuffix|a
bspath|and|basename|call|dir|error|eval|file|filter(?:-out)?|findstring|firstwor
d|flavor|foreach|guile|if|info|join|lastword|load|notdir|or|origin|patsubst|real
path|shell|sort|strip|subst|suffix|value|warning|wildcard|word(?:s|list)?)(?=[ \
t])/,lookbehind:!0}],operator:/(?:::|[?:+!])?=|[|@]/,punctuation:/[:;(){}]/}; | 1 Prism.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\(?:\r\n|[\s\S])|.)*/,
lookbehind:!0},string:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,builtin:/
\.[A-Z][^:#=\s]+(?=\s*:(?!=))/,symbol:{pattern:/^[^:=\r\n]+(?=\s*:(?!=))/m,insid
e:{variable:/\$+(?:[^(){}:#=\s]+|(?=[({]))/}},variable:/\$+(?:[^(){}:#=\s]+|\([@
*%<^+?][DF]\)|(?=[({]))/,keyword:[/-include\b|\b(?:define|else|endef|endif|expor
t|ifn?def|ifn?eq|include|override|private|sinclude|undefine|unexport|vpath)\b/,{
pattern:/(\()(?:addsuffix|abspath|and|basename|call|dir|error|eval|file|filter(?
:-out)?|findstring|firstword|flavor|foreach|guile|if|info|join|lastword|load|not
dir|or|origin|patsubst|realpath|shell|sort|strip|subst|suffix|value|warning|wild
card|word(?:s|list)?)(?=[ \t])/,lookbehind:!0}],operator:/(?:::|[?:+!])?=|[|@]/,
punctuation:/[:;(){}]/}; |