blob: e1b35edcdc64c14c8eeb6c32d5c07a13d2abc648 [file] [log] [blame]
{"version":3,"sources":["webpack://lib/./node_modules/react-syntax-highlighter/node_modules/highlight.js/lib/languages/c.js"],"names":[],"mappings":";;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA","file":"react-syntax-highlighter_languages_highlight_c.render-page.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();\n // 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\n // lang.disableAutodetect = false;\n lang.name = 'C';\n lang.aliases = ['c', 'h'];\n return lang;\n}\n\nmodule.exports = c;\n"],"sourceRoot":""}