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:
|
try:
|
||||||
syntax = {
|
syntax = {
|
||||||
'ColorizedPython': 'python',
|
'ColorizedPython': 'python',
|
||||||
|
'ColorizedPascal': 'pascal',
|
||||||
|
'ColorizedJava': 'java',
|
||||||
'ColorizedCPlusPlus': 'cpp',
|
'ColorizedCPlusPlus': 'cpp',
|
||||||
}[code_type]
|
}[code_type]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
|
Loading…
Reference in a new issue