[setuip] update theme (fixes #22667)
parent
0ed626ad68
commit
98105e03d7
Binary file not shown.
|
@ -948,7 +948,6 @@
|
|||
"pp": "_puppet",
|
||||
"epp": "_puppet",
|
||||
"cjsx": "_react",
|
||||
"erb": "_ruby",
|
||||
"erb.html": "_ruby",
|
||||
"html.erb": "_ruby",
|
||||
"sass": "_sass",
|
||||
|
@ -1016,7 +1015,6 @@
|
|||
"karma.conf.coffee": "_karma",
|
||||
"mvnw": "_maven",
|
||||
"bower.json": "_bower",
|
||||
"dockerfile": "_docker",
|
||||
"gruntfile.js": "_grunt",
|
||||
"gruntfile.babel.js": "_grunt",
|
||||
"gruntfile.coffee": "_grunt",
|
||||
|
@ -1033,7 +1031,6 @@
|
|||
"compiling": "_license",
|
||||
"contributing": "_license",
|
||||
"readme": "_markdown",
|
||||
"makefile": "_makefile",
|
||||
"qmakefile": "_makefile",
|
||||
"omakefile": "_makefile",
|
||||
"cmakelists.txt": "_makefile",
|
||||
|
@ -1042,12 +1039,13 @@
|
|||
"npm-debug.log": "_npm_ignored"
|
||||
},
|
||||
"languageIds": {
|
||||
"csharp": "_c-sharp",
|
||||
"bat": "_windows",
|
||||
"coffeescript": "_coffee",
|
||||
"c": "_c",
|
||||
"cpp": "_cpp",
|
||||
"csharp": "_c-sharp",
|
||||
"css": "_css",
|
||||
"dockerfile": "_docker",
|
||||
"go": "_go2",
|
||||
"groovy": "_grails",
|
||||
"handlebars": "_mustache",
|
||||
|
@ -1059,6 +1057,7 @@
|
|||
"json": "_json",
|
||||
"less": "_less",
|
||||
"lua": "_lua",
|
||||
"makefile": "_makefile",
|
||||
"markdown": "_markdown",
|
||||
"objective-c": "_c",
|
||||
"perl": "_perl",
|
||||
|
@ -1147,7 +1146,6 @@
|
|||
"pp": "_puppet_light",
|
||||
"epp": "_puppet_light",
|
||||
"cjsx": "_react_light",
|
||||
"erb": "_ruby_light",
|
||||
"erb.html": "_ruby_light",
|
||||
"html.erb": "_ruby_light",
|
||||
"sass": "_sass_light",
|
||||
|
@ -1210,12 +1208,13 @@
|
|||
"ds_store": "_ignored_light"
|
||||
},
|
||||
"languageIds": {
|
||||
"csharp": "_c-sharp_light",
|
||||
"bat": "_windows_light",
|
||||
"coffeescript": "_coffee_light",
|
||||
"c": "_c_light",
|
||||
"cpp": "_cpp_light",
|
||||
"csharp": "_c-sharp_light",
|
||||
"css": "_css_light",
|
||||
"dockerfile": "_docker_light",
|
||||
"go": "_go2_light",
|
||||
"groovy": "_grails_light",
|
||||
"handlebars": "_mustache_light",
|
||||
|
@ -1227,6 +1226,7 @@
|
|||
"json": "_json_light",
|
||||
"less": "_less_light",
|
||||
"lua": "_lua_light",
|
||||
"makefile": "_makefile_light",
|
||||
"markdown": "_markdown_light",
|
||||
"objective-c": "_c_light",
|
||||
"perl": "_perl_light",
|
||||
|
@ -1250,7 +1250,6 @@
|
|||
"karma.conf.coffee": "_karma_light",
|
||||
"mvnw": "_maven_light",
|
||||
"bower.json": "_bower_light",
|
||||
"dockerfile": "_docker_light",
|
||||
"gruntfile.js": "_grunt_light",
|
||||
"gruntfile.babel.js": "_grunt_light",
|
||||
"gruntfile.coffee": "_grunt_light",
|
||||
|
@ -1267,7 +1266,6 @@
|
|||
"compiling": "_license_light",
|
||||
"contributing": "_license_light",
|
||||
"readme": "_markdown_light",
|
||||
"makefile": "_makefile_light",
|
||||
"qmakefile": "_makefile_light",
|
||||
"omakefile": "_makefile_light",
|
||||
"cmakelists.txt": "_makefile_light",
|
||||
|
|
Loading…
Reference in New Issue