Add C, C++, Objective-C and Java to the list of languages in the code app

This commit is contained in:
yflory
2019-01-15 14:34:11 +01:00
parent b4aae68c0c
commit 6fa7b147e9
2 changed files with 12 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ define([
"ASN.1 asn.1",
"Asterisk asterisk",
"Brainfuck brainfuck .b",
"C text/x-csrc .c",
"C text/x-c++src .cpp",
"C-like clike",
"Clojure clojure",
"CMake cmake",
@@ -48,6 +50,7 @@ define([
"HTTP http",
"IDL idl",
"JADE jade",
"Java text/x-java .java",
"JavaScript javascript .js",
"Jinja2 jinja2",
"JSX jsx .jsx",
@@ -65,6 +68,7 @@ define([
"Nginx nginx",
"NSIS nsis",
"N-Triples ntriples",
"Objective-C text/x-objectivec .m",
"Octave octave",
"Org-mode orgmode .org",
"Oz oz",