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:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user