Oxygene language detection — trying if making .pas not the primary extension (which Delphi also has) fixes the build fail

This commit is contained in:
marc hoffman
2013-03-08 12:48:39 +01:00
parent f8c6277946
commit 14d363b942

View File

@@ -927,9 +927,9 @@ Oxygene:
type: programming
color: "#5a63a3"
lexer: Text only
primary_extension: .pas
primary_extension: .oxygene
extensions:
- .oxygene
- .pas
PHP:
type: programming