diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index df47e347..c2d31220 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1177,8 +1177,6 @@ PAWN: lexer: C++ color: "#dbb284" primary_extension: .pwn - extensions: - - .inc PHP: type: programming diff --git a/samples/PAWN/a_samp.inc b/samples/PAWN/a_samp.inc deleted file mode 100644 index c8f53d4c..00000000 --- a/samples/PAWN/a_samp.inc +++ /dev/null @@ -1,361 +0,0 @@ -/* SA-MP Functions - * - * (c) Copyright 2005-2012, SA-MP Team - * - */ - -#if defined _samp_included - #endinput -#endif -#define _samp_included -#pragma library samp - -#pragma tabsize 4 -// Ignores warning 217 for properly indented PAWNO code -// It's tab size is 4 and often uses 4 spaces instead, PAWNCC's is 8 - -#include -#include -#include -#include -#include