summaryrefslogtreecommitdiff
path: root/pygments/lexers/_mapping.py
diff options
context:
space:
mode:
authorWilliam Fulton <wsf@fultondesigns.co.uk>2013-05-11 19:09:38 +0100
committerWilliam Fulton <wsf@fultondesigns.co.uk>2013-05-11 19:09:38 +0100
commit4f84716b7e9d97dc3fea540395dd2d92d988af56 (patch)
tree0d0eba1fb2093016968a8886b384478d8c3a0bc0 /pygments/lexers/_mapping.py
parent287376f695c749c902f806fb1f246e2e739174d7 (diff)
parent32249bab14fbdb7191e95b26e4f0ed3ee6235bb2 (diff)
downloadpygments-4f84716b7e9d97dc3fea540395dd2d92d988af56.tar.gz
Merge from https://bitbucket.org/birkenfeld/pygments-main
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r--pygments/lexers/_mapping.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py
index c881209f..bcb17e5a 100644
--- a/pygments/lexers/_mapping.py
+++ b/pygments/lexers/_mapping.py
@@ -273,6 +273,7 @@ LEXERS = {
'SquidConfLexer': ('pygments.lexers.text', 'SquidConf', ('squidconf', 'squid.conf', 'squid'), ('squid.conf',), ('text/x-squidconf',)),
'SspLexer': ('pygments.lexers.templates', 'Scalate Server Page', ('ssp',), ('*.ssp',), ('application/x-ssp',)),
'StanLexer': ('pygments.lexers.math', 'Stan', ('stan',), ('*.stan',), ()),
+ 'SwigLexer': ('pygments.lexers.compiled', 'SWIG', ('Swig', 'swig'), ('*.swg', '*.i'), ('text/swig',)),
'SystemVerilogLexer': ('pygments.lexers.hdl', 'systemverilog', ('systemverilog', 'sv'), ('*.sv', '*.svh'), ('text/x-systemverilog',)),
'TclLexer': ('pygments.lexers.agile', 'Tcl', ('tcl',), ('*.tcl',), ('text/x-tcl', 'text/x-script.tcl', 'application/x-tcl')),
'TcshLexer': ('pygments.lexers.shell', 'Tcsh', ('tcsh', 'csh'), ('*.tcsh', '*.csh'), ('application/x-csh',)),