eric6/QScintilla/Lexers/__init__.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7635
0cdead130a81
--- a/eric6/QScintilla/Lexers/__init__.py	Sun Apr 12 18:46:08 2020 +0200
+++ b/eric6/QScintilla/Lexers/__init__.py	Sun Apr 12 19:07:49 2020 +0200
@@ -84,94 +84,94 @@
     """
     supportedLanguages = {
         "Bash": [QCoreApplication.translate('Lexers', "Bash"), 'dummy.sh',
-                 "lexerBash.png"],
+                 "lexerBash"],
         "Batch": [QCoreApplication.translate('Lexers', "Batch"), 'dummy.bat',
-                  "lexerBatch.png"],
+                  "lexerBatch"],
         "C++": [QCoreApplication.translate('Lexers', "C/C++"), 'dummy.cpp',
-                "lexerCPP.png"],
+                "lexerCPP"],
         "C#": [QCoreApplication.translate('Lexers', "C#"), 'dummy.cs',
-               "lexerCsharp.png"],
+               "lexerCsharp"],
         "CMake": [QCoreApplication.translate('Lexers', "CMake"), 'dummy.cmake',
-                  "lexerCMake.png"],
+                  "lexerCMake"],
         "CSS": [QCoreApplication.translate('Lexers', "CSS"), 'dummy.css',
-                "lexerCSS.png"],
+                "lexerCSS"],
         "Cython": [QCoreApplication.translate('Lexers', "Cython"), 'dummy.pyx',
-                   "lexerCython.png"],
+                   "lexerCython"],
         "D": [QCoreApplication.translate('Lexers', "D"), 'dummy.d',
-              "lexerD.png"],
+              "lexerD"],
         "Diff": [QCoreApplication.translate('Lexers', "Diff"), 'dummy.diff',
-                 "lexerDiff.png"],
+                 "lexerDiff"],
         "Fortran": [QCoreApplication.translate('Lexers', "Fortran"),
-                    'dummy.f95', "lexerFortran.png"],
+                    'dummy.f95', "lexerFortran"],
         "Fortran77": [QCoreApplication.translate('Lexers', "Fortran77"),
-                      'dummy.f', "lexerFortran.png"],
+                      'dummy.f', "lexerFortran"],
         "HTML": [QCoreApplication.translate('Lexers', "HTML/PHP/XML"),
-                 'dummy.html', "lexerHTML.png"],
+                 'dummy.html', "lexerHTML"],
         "IDL": [QCoreApplication.translate('Lexers', "IDL"), 'dummy.idl',
-                "lexerIDL.png"],
+                "lexerIDL"],
         "Java": [QCoreApplication.translate('Lexers', "Java"), 'dummy.java',
-                 "lexerJava.png"],
+                 "lexerJava"],
         "JavaScript": [QCoreApplication.translate('Lexers', "JavaScript"),
-                       'dummy.js', "lexerJavaScript.png"],
+                       'dummy.js', "lexerJavaScript"],
         "Lua": [QCoreApplication.translate('Lexers', "Lua"), 'dummy.lua',
-                "lexerLua.png"],
+                "lexerLua"],
         "Makefile": [QCoreApplication.translate('Lexers', "Makefile"),
-                     'dummy.mak', "lexerMakefile.png"],
+                     'dummy.mak', "lexerMakefile"],
         "Matlab": [QCoreApplication.translate('Lexers', "Matlab"),
-                   'dummy.m.matlab', "lexerMatlab.png"],
+                   'dummy.m.matlab', "lexerMatlab"],
         "Octave": [QCoreApplication.translate('Lexers', "Octave"),
-                   'dummy.m.octave', "lexerOctave.png"],
+                   'dummy.m.octave', "lexerOctave"],
         "Pascal": [QCoreApplication.translate('Lexers', "Pascal"), 'dummy.pas',
-                   "lexerPascal.png"],
+                   "lexerPascal"],
         "Perl": [QCoreApplication.translate('Lexers', "Perl"), 'dummy.pl',
-                 "lexerPerl.png"],
+                 "lexerPerl"],
         "PostScript": [QCoreApplication.translate('Lexers', "PostScript"),
-                       'dummy.ps', "lexerPostscript.png"],
+                       'dummy.ps', "lexerPostscript"],
         "Povray": [QCoreApplication.translate('Lexers', "Povray"), 'dummy.pov',
-                   "lexerPOV.png"],
+                   "lexerPOV"],
         "Properties": [QCoreApplication.translate('Lexers', "Properties"),
-                       'dummy.ini', "lexerProperties.png"],
+                       'dummy.ini', "lexerProperties"],
         "Protocol": [QCoreApplication.translate('Lexers',
                                                 "Protocol (protobuf)"),
-                     'dummy.proto', "protobuf.png"],
+                     'dummy.proto', "protobuf"],
         "Python2": [QCoreApplication.translate('Lexers', "Python2"),
-                    'dummy.py', "lexerPython.png"],
+                    'dummy.py', "lexerPython"],
         "Python3": [QCoreApplication.translate('Lexers', "Python3"),
-                    'dummy.py', "lexerPython3.png"],
+                    'dummy.py', "lexerPython3"],
         "MicroPython": [QCoreApplication.translate('Lexers', "MicroPython"),
                         'dummy.py', "micropython"],
         "QSS": [QCoreApplication.translate('Lexers', "QSS"), 'dummy.qss',
-                "lexerCSS.png"],
+                "lexerCSS"],
         "Ruby": [QCoreApplication.translate('Lexers', "Ruby"), 'dummy.rb',
-                 "lexerRuby.png"],
+                 "lexerRuby"],
         "SQL": [QCoreApplication.translate('Lexers', "SQL"), 'dummy.sql',
-                "lexerSQL.png"],
+                "lexerSQL"],
         "TCL": [QCoreApplication.translate('Lexers', "TCL"), 'dummy.tcl',
-                "lexerTCL.png"],
+                "lexerTCL"],
         "TeX": [QCoreApplication.translate('Lexers', "TeX"), 'dummy.tex',
-                "lexerTeX.png"],
+                "lexerTeX"],
         "VHDL": [QCoreApplication.translate('Lexers', "VHDL"), 'dummy.vhd',
-                 "lexerVHDL.png"],
+                 "lexerVHDL"],
         "XML": [QCoreApplication.translate('Lexers', "XML"), 'dummy.xml',
-                "lexerXML.png"],
+                "lexerXML"],
         "YAML": [QCoreApplication.translate('Lexers', "YAML"), 'dummy.yml',
-                 "lexerYAML.png"],
+                 "lexerYAML"],
         "Gettext": [QCoreApplication.translate('Lexers', "Gettext"),
-                    'dummy.po', "lexerGettext.png"],
+                    'dummy.po', "lexerGettext"],
         "CoffeeScript": [QCoreApplication.translate('Lexers', "CoffeeScript"),
-                         'dummy.coffee', "lexerCoffeeScript.png"],
+                         'dummy.coffee', "lexerCoffeeScript"],
     }
     
     if QSCINTILLA_VERSION() >= 0x020a00:
         supportedLanguages["JSON"] = [
             QCoreApplication.translate('Lexers', "JSON"),
             'dummy.json',
-            "lexerJSON.png"
+            "lexerJSON"
         ]
         supportedLanguages["Markdown"] = [
             QCoreApplication.translate('Lexers', "Markdown"),
             'dummy.md',
-            "lexerMarkdown.png"
+            "lexerMarkdown"
         ]
     
     for name in LexerRegistry:

eric ide

mercurial