source: node_modules/react-syntax-highlighter/src/languages/hljs/supported-languages.js@ d24f17c

main
Last change on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 2.3 KB
Line 
1//
2// This file has been auto-generated by the `npm run build-languages-hljs` task
3//
4
5export default [
6 '1c',
7 'abnf',
8 'accesslog',
9 'actionscript',
10 'ada',
11 'angelscript',
12 'apache',
13 'applescript',
14 'arcade',
15 'arduino',
16 'armasm',
17 'asciidoc',
18 'aspectj',
19 'autohotkey',
20 'autoit',
21 'avrasm',
22 'awk',
23 'axapta',
24 'bash',
25 'basic',
26 'bnf',
27 'brainfuck',
28 'c-like',
29 'c',
30 'cal',
31 'capnproto',
32 'ceylon',
33 'clean',
34 'clojure-repl',
35 'clojure',
36 'cmake',
37 'coffeescript',
38 'coq',
39 'cos',
40 'cpp',
41 'crmsh',
42 'crystal',
43 'csharp',
44 'csp',
45 'css',
46 'd',
47 'dart',
48 'delphi',
49 'diff',
50 'django',
51 'dns',
52 'dockerfile',
53 'dos',
54 'dsconfig',
55 'dts',
56 'dust',
57 'ebnf',
58 'elixir',
59 'elm',
60 'erb',
61 'erlang-repl',
62 'erlang',
63 'excel',
64 'fix',
65 'flix',
66 'fortran',
67 'fsharp',
68 'gams',
69 'gauss',
70 'gcode',
71 'gherkin',
72 'glsl',
73 'gml',
74 'go',
75 'golo',
76 'gradle',
77 'groovy',
78 'haml',
79 'handlebars',
80 'haskell',
81 'haxe',
82 'hsp',
83 'htmlbars',
84 'http',
85 'hy',
86 'inform7',
87 'ini',
88 'irpf90',
89 'isbl',
90 'java',
91 'javascript',
92 'jboss-cli',
93 'json',
94 'julia-repl',
95 'julia',
96 'kotlin',
97 'lasso',
98 'latex',
99 'ldif',
100 'leaf',
101 'less',
102 'lisp',
103 'livecodeserver',
104 'livescript',
105 'llvm',
106 'lsl',
107 'lua',
108 'makefile',
109 'markdown',
110 'mathematica',
111 'matlab',
112 'maxima',
113 'mel',
114 'mercury',
115 'mipsasm',
116 'mizar',
117 'mojolicious',
118 'monkey',
119 'moonscript',
120 'n1ql',
121 'nginx',
122 'nim',
123 'nix',
124 'node-repl',
125 'nsis',
126 'objectivec',
127 'ocaml',
128 'openscad',
129 'oxygene',
130 'parser3',
131 'perl',
132 'pf',
133 'pgsql',
134 'php-template',
135 'php',
136 'plaintext',
137 'pony',
138 'powershell',
139 'processing',
140 'profile',
141 'prolog',
142 'properties',
143 'protobuf',
144 'puppet',
145 'purebasic',
146 'python-repl',
147 'python',
148 'q',
149 'qml',
150 'r',
151 'reasonml',
152 'rib',
153 'roboconf',
154 'routeros',
155 'rsl',
156 'ruby',
157 'ruleslanguage',
158 'rust',
159 'sas',
160 'scala',
161 'scheme',
162 'scilab',
163 'scss',
164 'shell',
165 'smali',
166 'smalltalk',
167 'sml',
168 'sqf',
169 'sql',
170 'sql_more',
171 'stan',
172 'stata',
173 'step21',
174 'stylus',
175 'subunit',
176 'swift',
177 'taggerscript',
178 'tap',
179 'tcl',
180 'thrift',
181 'tp',
182 'twig',
183 'typescript',
184 'vala',
185 'vbnet',
186 'vbscript-html',
187 'vbscript',
188 'verilog',
189 'vhdl',
190 'vim',
191 'x86asm',
192 'xl',
193 'xml',
194 'xquery',
195 'yaml',
196 'zephir',
197];
Note: See TracBrowser for help on using the repository browser.