File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Currently supported grammars are:
76
76
| [ Octave] | Yes | Yes | [ language-matlab] | ` octave ` | |
77
77
| [ Oz] | Yes | Yes | [ language-oz] | ` ozc ` | |
78
78
| [ Pandoc] Markdown | Yes | | [ language-pfm] | [ ` panzer ` ] | |
79
- | [ Pascal] | Yes | Yes | [ language-pascal] | ` fsc ` | |
79
+ | [ Pascal] | Yes | Yes | [ language-pascal] | ` fpc ` | |
80
80
| Perl | Yes | Yes | | | |
81
81
| [ Perl 6] | Yes | Yes | | ` perl6 ` | |
82
82
| PHP | Yes | Yes | | | |
Original file line number Diff line number Diff line change @@ -237,13 +237,13 @@ module.exports =
237
237
238
238
Pascal :
239
239
' Selection Based' :
240
- command : ' fsc '
240
+ command : ' fpc '
241
241
args : (context ) ->
242
242
code = context .getCode ()
243
243
tmpFile = GrammarUtils .createTempFileWithCode (code)
244
244
return [tmpFile]
245
245
' File Based' :
246
- command : ' fsc '
246
+ command : ' fpc '
247
247
args : ({filepath}) -> [filepath]
248
248
249
249
Prolog :
You can’t perform that action at this time.
0 commit comments