blob: 9e63c10efd5e2fca6cb107d12aa927237bcbbc37 [file] [log] [blame]
{"version":3,"sources":["webpack:///./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/c.js"],"names":["module","exports","hljs","lang","requireLanguage","rawDefinition","name","aliases"],"mappings":"6EAqBAA,EAAOC,QAbP,SAAWC,GACT,IAAIC,EAAOD,EAAKE,gBAAgB,UAAUC,gBAS1C,OAFAF,EAAKG,KAAO,IACZH,EAAKI,QAAU,CAAC,IAAK,KACdJ","file":"react-syntax-highlighter_languages_highlight_c-1c7a764b83e20d695ba2.js","sourcesContent":["/*\nLanguage: C\nCategory: common, system\nWebsite: https://en.wikipedia.org/wiki/C_(programming_language)\nRequires: c-like.js\n*/\n\n/** @type LanguageFn */\nfunction c(hljs) {\n var lang = hljs.requireLanguage('c-like').rawDefinition(); // Until C is actually different than C++ there is no reason to auto-detect C\n // as it's own language since it would just fail auto-detect testing or\n // simply match with C++.\n //\n // See further comments in c-like.js.\n // lang.disableAutodetect = false;\n\n lang.name = 'C';\n lang.aliases = ['c', 'h'];\n return lang;\n}\n\nmodule.exports = c;"],"sourceRoot":""}