summaryrefslogtreecommitdiff
path: root/pygments/lexers/other.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygments/lexers/other.py')
-rw-r--r--pygments/lexers/other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/other.py b/pygments/lexers/other.py
index ddfe645c..c308c884 100644
--- a/pygments/lexers/other.py
+++ b/pygments/lexers/other.py
@@ -4030,7 +4030,7 @@ class PawnLexer(RegexLexer):
"""
For Pawn source code
"""
-
+
name = 'Pawn'
aliases = ['pawn']
filenames = ['*.p', '*.pwn', '*.inc']