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

Use sql comments for psql (#276)

This commit is contained in:
Igor Chubin
2021-01-17 21:36:30 +00:00
parent 4d86f0fb95
commit 1924f14096
+2
View File
@@ -62,6 +62,7 @@ LEXER = {
"solidity" : pygments.lexers.JavascriptLexer,
"scala" : pygments.lexers.ScalaLexer,
"scheme": pygments.lexers.SchemeLexer,
"psql" : pygments.lexers.SqlLexer,
"sql" : pygments.lexers.SqlLexer,
"swift" : pygments.lexers.SwiftLexer,
"tcl" : pygments.lexers.TclLexer,
@@ -125,6 +126,7 @@ VIM_NAME = {
'solidity' : 'js',
'mathematica': 'mma',
'wolfram-mathematica': 'mma',
'psql' : 'sql',
# not languages
'cmake' : 'sh',