azu / gitbook-plugin-include-codeblock

GitBook plugin for including file
Other
40 stars 25 forks source link

Warning message for cmake code #68

Open henryiii opened 6 years ago

henryiii commented 6 years ago

When including a snippet of CMakeLists.txt, auto language discovery fails, so lang:'cmake' is necessary. But, when adding that, include-codeblock gives a warning:

warn: include-codeblock: unknown language `cmake`, use default

But the highlighting works fine.