diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 98efa92d..c6ca3d4f 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2374,6 +2374,15 @@ Oz: tm_scope: source.oz ace_mode: text +PAWN: + type: programming + color: "#dbb284" + extensions: + - .pwn + - .inc + tm_scope: source.pawn + ace_mode: text + PHP: type: programming tm_scope: text.html.php @@ -2477,15 +2486,6 @@ Pascal: - .pp ace_mode: pascal -Pawn: - type: programming - color: "#dbb284" - extensions: - - .pwn - - .inc - tm_scope: source.pawn - ace_mode: text - Perl: type: programming tm_scope: source.perl diff --git a/samples/Pawn/fixes.inc b/samples/PAWN/fixes.inc similarity index 100% rename from samples/Pawn/fixes.inc rename to samples/PAWN/fixes.inc diff --git a/samples/Pawn/timertest.pwn b/samples/PAWN/timertest.pwn similarity index 100% rename from samples/Pawn/timertest.pwn rename to samples/PAWN/timertest.pwn