-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Config: #63 ESLint 설정 추가 (no-cond-assign: off) * Config: #63 @types/react-syntax-highlighter 추가 * Feat: #63 코드 블록 하이라이팅 기능 추가 * Fix: #63 인라인 코드와 코드 블록 분기 처리 수정 * Feat: #63 markdown 개행 처리를 위한 기능 추가
- Loading branch information
Showing
5 changed files
with
253 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,203 @@ | ||
export const languageMap: { [key: string]: string } = { | ||
oneC: '1c', | ||
'1c': '1c', | ||
abnf: 'abnf', | ||
accesslog: 'accesslog', | ||
actionscript: 'actionscript', | ||
ada: 'ada', | ||
angelscript: 'angelscript', | ||
apache: 'apache', | ||
applescript: 'applescript', | ||
arcade: 'arcade', | ||
arduino: 'arduino', | ||
armasm: 'armasm', | ||
asciidoc: 'asciidoc', | ||
aspectj: 'aspectj', | ||
autohotkey: 'autohotkey', | ||
autoit: 'autoit', | ||
avrasm: 'avrasm', | ||
awk: 'awk', | ||
axapta: 'axapta', | ||
bash: 'bash', | ||
basic: 'basic', | ||
bnf: 'bnf', | ||
brainfuck: 'brainfuck', | ||
cLike: 'c-like', | ||
'c-like': 'c-like', | ||
c: 'c', | ||
cal: 'cal', | ||
capnproto: 'capnproto', | ||
ceylon: 'ceylon', | ||
clean: 'clean', | ||
clojureRepl: 'clojure-repl', | ||
'clojure-repl': 'clojure-repl', | ||
clojure: 'clojure', | ||
cmake: 'cmake', | ||
coffeescript: 'coffeescript', | ||
coq: 'coq', | ||
cos: 'cos', | ||
cpp: 'cpp', | ||
crmsh: 'crmsh', | ||
crystal: 'crystal', | ||
csharp: 'csharp', | ||
csp: 'csp', | ||
css: 'css', | ||
d: 'd', | ||
dart: 'dart', | ||
delphi: 'delphi', | ||
diff: 'diff', | ||
django: 'django', | ||
dns: 'dns', | ||
dockerfile: 'dockerfile', | ||
dos: 'dos', | ||
dsconfig: 'dsconfig', | ||
dts: 'dts', | ||
dust: 'dust', | ||
ebnf: 'ebnf', | ||
elixir: 'elixir', | ||
elm: 'elm', | ||
erb: 'erb', | ||
erlangRepl: 'erlang-repl', | ||
'erlang-repl': 'erlang-repl', | ||
erlang: 'erlang', | ||
excel: 'excel', | ||
fix: 'fix', | ||
flix: 'flix', | ||
fortran: 'fortran', | ||
fsharp: 'fsharp', | ||
gams: 'gams', | ||
gauss: 'gauss', | ||
gcode: 'gcode', | ||
gherkin: 'gherkin', | ||
glsl: 'glsl', | ||
gml: 'gml', | ||
go: 'go', | ||
golo: 'golo', | ||
gradle: 'gradle', | ||
groovy: 'groovy', | ||
haml: 'haml', | ||
handlebars: 'handlebars', | ||
haskell: 'haskell', | ||
haxe: 'haxe', | ||
hsp: 'hsp', | ||
htmlbars: 'htmlbars', | ||
http: 'http', | ||
hy: 'hy', | ||
inform7: 'inform7', | ||
ini: 'ini', | ||
irpf90: 'irpf90', | ||
isbl: 'isbl', | ||
java: 'java', | ||
js: 'javascript', | ||
javascript: 'javascript', | ||
jbossCli: 'jboss-cli', | ||
'jboss-cli': 'jboss-cli', | ||
json: 'json', | ||
juliaRepl: 'julia-repl', | ||
'julia-repl': 'julia-repl', | ||
julia: 'julia', | ||
kotlin: 'kotlin', | ||
lasso: 'lasso', | ||
latex: 'latex', | ||
ldif: 'ldif', | ||
leaf: 'leaf', | ||
less: 'less', | ||
lisp: 'lisp', | ||
livecodeserver: 'livecodeserver', | ||
livescript: 'livescript', | ||
llvm: 'llvm', | ||
lsl: 'lsl', | ||
lua: 'lua', | ||
makefile: 'makefile', | ||
markdown: 'markdown', | ||
mathematica: 'mathematica', | ||
matlab: 'matlab', | ||
maxima: 'maxima', | ||
mel: 'mel', | ||
mercury: 'mercury', | ||
mipsasm: 'mipsasm', | ||
mizar: 'mizar', | ||
mojolicious: 'mojolicious', | ||
monkey: 'monkey', | ||
moonscript: 'moonscript', | ||
n1ql: 'n1ql', | ||
nginx: 'nginx', | ||
nim: 'nim', | ||
nix: 'nix', | ||
nodeRepl: 'node-repl', | ||
'node-repl': 'node-repl', | ||
nsis: 'nsis', | ||
objectivec: 'objectivec', | ||
ocaml: 'ocaml', | ||
openscad: 'openscad', | ||
oxygene: 'oxygene', | ||
parser3: 'parser3', | ||
perl: 'perl', | ||
pf: 'pf', | ||
pgsql: 'pgsql', | ||
phpTemplate: 'php-template', | ||
'php-template': 'php-template', | ||
php: 'php', | ||
plaintext: 'plaintext', | ||
pony: 'pony', | ||
powershell: 'powershell', | ||
processing: 'processing', | ||
profile: 'profile', | ||
prolog: 'prolog', | ||
properties: 'properties', | ||
protobuf: 'protobuf', | ||
puppet: 'puppet', | ||
purebasic: 'purebasic', | ||
pythonRepl: 'python-repl', | ||
'python-repl': 'python-repl', | ||
python: 'python', | ||
q: 'q', | ||
qml: 'qml', | ||
r: 'r', | ||
reasonml: 'reasonml', | ||
rib: 'rib', | ||
roboconf: 'roboconf', | ||
routeros: 'routeros', | ||
rsl: 'rsl', | ||
ruby: 'ruby', | ||
ruleslanguage: 'ruleslanguage', | ||
rust: 'rust', | ||
sas: 'sas', | ||
scala: 'scala', | ||
scheme: 'scheme', | ||
scilab: 'scilab', | ||
scss: 'scss', | ||
shell: 'shell', | ||
smali: 'smali', | ||
smalltalk: 'smalltalk', | ||
sml: 'sml', | ||
sqf: 'sqf', | ||
sql: 'sql', | ||
stan: 'stan', | ||
stata: 'stata', | ||
step21: 'step21', | ||
stylus: 'stylus', | ||
subunit: 'subunit', | ||
swift: 'swift', | ||
taggerscript: 'taggerscript', | ||
tap: 'tap', | ||
tcl: 'tcl', | ||
thrift: 'thrift', | ||
tp: 'tp', | ||
twig: 'twig', | ||
typescript: 'typescript', | ||
vala: 'vala', | ||
vbnet: 'vbnet', | ||
vbscriptHtml: 'vbscript-html', | ||
'vbscript-html': 'vbscript-html', | ||
vbscript: 'vbscript', | ||
verilog: 'verilog', | ||
vhdl: 'vhdl', | ||
vim: 'vim', | ||
x86asm: 'x86asm', | ||
xl: 'xl', | ||
xml: 'xml', | ||
xquery: 'xquery', | ||
yaml: 'yaml', | ||
zephir: 'zephir', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters