diff options
author | Tim Hatch <tim@timhatch.com> | 2014-06-07 08:36:10 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2014-06-07 08:36:10 -0700 |
commit | 68c8011b8980c91a74f4625a96fa0fa946fb7b67 (patch) | |
tree | d17f8158bc8c68d618bdc629633aa5e4cdbb0ea5 /pygments/lexers/_mapping.py | |
parent | b05fda6cc9c6e65419b0993f28091b2eb5a1d9b7 (diff) | |
parent | 32ceb8d947ab8efa9a37543a88a9428aaeacc8a9 (diff) | |
download | pygments-68c8011b8980c91a74f4625a96fa0fa946fb7b67.tar.gz |
Merge with pygments-main
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index 39439d1c..f8454357 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -323,6 +323,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',), ()), + 'SwiftLexer': ('pygments.lexers.compiled', 'Swift', ('swift',), ('*.swift',), ('text/x-swift',)), 'SwigLexer': ('pygments.lexers.compiled', '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')), |