diff options
author | Kashif Rasul <kashif.rasul@gmail.com> | 2014-06-05 11:38:37 +0200 |
---|---|---|
committer | Kashif Rasul <kashif.rasul@gmail.com> | 2014-06-05 11:38:37 +0200 |
commit | dfdf0de2da30f0626706c5f3ec9f3c3153c69917 (patch) | |
tree | a3c479dd1cf7eb2960447a40c5ffdc07cfa5806f /pygments/lexers/_mapping.py | |
parent | 18f605604a9d2e2195973282b98feda330b87977 (diff) | |
download | pygments-dfdf0de2da30f0626706c5f3ec9f3c3153c69917.tar.gz |
Initial Swift lexer
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 cf7e0952..f773c6d8 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -321,6 +321,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')), |