Add C++ to code language options, closes #5736

This commit is contained in:
Tom Moor
2023-08-24 19:52:35 -04:00
parent 1d90f98a29
commit 9256c59e60
2 changed files with 5 additions and 6 deletions

View File

@@ -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",