Add C++ to code language options, closes #5736
This commit is contained in:
@@ -9,9 +9,10 @@ import { findBlockNodes } from "../queries/findChildren";
|
||||
export const LANGUAGES = {
|
||||
none: "Plain text", // additional entry to disable highlighting
|
||||
bash: "Bash",
|
||||
css: "CSS",
|
||||
clike: "C",
|
||||
cpp: "C++",
|
||||
csharp: "C#",
|
||||
css: "CSS",
|
||||
elixir: "Elixir",
|
||||
erlang: "Erlang",
|
||||
go: "Go",
|
||||
|
||||
Reference in New Issue
Block a user