recognize pascal and java syntaxes
This commit is contained in:
parent
3295f0bd90
commit
7abbf81733
1 changed files with 2 additions and 0 deletions
|
@ -234,6 +234,8 @@ class Formatter(FormatterBase):
|
|||
try:
|
||||
syntax = {
|
||||
'ColorizedPython': 'python',
|
||||
'ColorizedPascal': 'pascal',
|
||||
'ColorizedJava': 'java',
|
||||
'ColorizedCPlusPlus': 'cpp',
|
||||
}[code_type]
|
||||
except KeyError:
|
||||
|
|
Loading…
Reference in a new issue