1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

several language aliases added

This commit is contained in:
Igor Chubin
2018-05-05 12:07:09 +00:00
parent 3646d517a5
commit ab54268581
+4
View File
@@ -90,6 +90,9 @@ LANGUAGE_ALIAS = {
'c#': 'csharp',
'f#': 'fsharp',
'objc': 'objective-c',
'sh': 'bash',
'asm': 'assembly',
'assembler': 'assembly',
}
VIM_NAME = {
@@ -97,4 +100,5 @@ VIM_NAME = {
"dlang": "d",
"vbnet": "vb",
"delphi": "pascal",
"bash": "sh",
}