Add “small” prefix to our custom document icons

A few of these names clash with our file type icons (Blank, C, JavaScript, Python, Ruby, and Text) so we need to change one of the sets if we want to build TextMate.app with a single Resources folder (instead of keeping resources with their respective frameworks).
This commit is contained in:
Allan Odgaard
2016-10-31 19:04:55 +07:00
parent e8c0488f24
commit fb62334362
31 changed files with 24 additions and 24 deletions

View File

@@ -1,29 +1,29 @@
{
blank = ( );
small-blank = ( );
text = ( mail, eml, man, txt, text, utf8, README, INSTALL, LICENSE, AUTHORS, ChangeLog );
structured_text = ( bbcode, mdown, markdown, markdn, md, mmd, rst, rest, etx, etx.txt, textile, t2t );
web = ( html, htm, shtml, xhtml );
template = ( tmpl, tpl, mtml, erb, rhtml, html.erb, inc, asp, aspx, ascx, cfm, cfml, cfc, yaws, mhtml, autohandler, dhandler, mc, tt, adp, gsp, twig );
log = ( log );
angle_brackets_green = ( jsp, php, php3, php4, php5, phpt, phtml, aw, ctp );
angle_brackets_brown = ( dist, xml, tld, pt, cpt, dtml, rss, opml, xsl, xslt );
brackets = ( m, mm, M );
braces = ( go );
list = ( gtd, gtdlog, properties, json, strings, plist, dict, scriptsuite, scriptterminology, savedsearch, defs.rem, reminders, TODO, tasks, todolist, yaml, yml );
grid = ( css, css.erb, scss, sass, less, sql );
tree_structure = ( dot, rl, proto, capnp );
config_file = ( conf, htaccess, config, gitconfig, gitignore, gitmodules, ini, cfg, capfile, ssh_config, sshd_config, tm_properties, tmproperties, ant.xml, build.xml, pro, pri, cmake, cmakelists.txt, Makefile, gnumakefile, ocamlmakefile, pom.xml, cm, Rakefile, rake, target, portfile, gemspec, gemfile, ninja, project.clj, xcodeproj, Cargo.toml );
small-text = ( mail, eml, man, txt, text, utf8, README, INSTALL, LICENSE, AUTHORS, ChangeLog );
small-structured_text = ( bbcode, mdown, markdown, markdn, md, mmd, rst, rest, etx, etx.txt, textile, t2t );
small-web = ( html, htm, shtml, xhtml );
small-template = ( tmpl, tpl, mtml, erb, rhtml, html.erb, inc, asp, aspx, ascx, cfm, cfml, cfc, yaws, mhtml, autohandler, dhandler, mc, tt, adp, gsp, twig );
small-log = ( log );
small-angle_brackets_green = ( jsp, php, php3, php4, php5, phpt, phtml, aw, ctp );
small-angle_brackets_brown = ( dist, xml, tld, pt, cpt, dtml, rss, opml, xsl, xslt );
small-brackets = ( m, mm, M );
small-braces = ( go );
small-list = ( gtd, gtdlog, properties, json, strings, plist, dict, scriptsuite, scriptterminology, savedsearch, defs.rem, reminders, TODO, tasks, todolist, yaml, yml );
small-grid = ( css, css.erb, scss, sass, less, sql );
small-tree_structure = ( dot, rl, proto, capnp );
small-config_file = ( conf, htaccess, config, gitconfig, gitignore, gitmodules, ini, cfg, capfile, ssh_config, sshd_config, tm_properties, tmproperties, ant.xml, build.xml, pro, pri, cmake, cmakelists.txt, Makefile, gnumakefile, ocamlmakefile, pom.xml, cm, Rakefile, rake, target, portfile, gemspec, gemfile, ninja, project.clj, xcodeproj, Cargo.toml );
c = ( c, cc, cxx, cpp, 'c++' );
javascript = ( js, htc, jsx, jsfl, js.erb );
ruby = ( rb, rbx, rjs, cgi, fcgi, irbrc, rxml, builder );
python = ( py, rpy, pyw, cpy, sconstruct, sconscript );
header = ( h, hh, hpp, "h++" );
latex = ( lhs, tex, sty, cls );
latex_alt = ( bib, rd, snw, rnw );
small-c = ( c, cc, cxx, cpp, 'c++' );
small-javascript = ( js, htc, jsx, jsfl, js.erb );
small-ruby = ( rb, rbx, rjs, cgi, fcgi, irbrc, rxml, builder );
small-python = ( py, rpy, pyw, cpy, sconstruct, sconscript );
small-header = ( h, hh, hpp, "h++" );
small-latex = ( lhs, tex, sty, cls );
small-latex_alt = ( bib, rd, snw, rnw );
grey = ( diff, patch, csv, tsv, sh, bash, zsh, bashrc, bash_profile, bash_login, profile, bash_logout );
charcoal = ( commit_editmsg, git-rebase-todo, svn-commit.tmp, svn-commit.2.tmp, portfile, gemspec, gemfile, erbsql, sql.erb );
blue = ( groovy, gvy, gradle, java, bsh );
small-grey = ( diff, patch, csv, tsv, sh, bash, zsh, bashrc, bash_profile, bash_login, profile, bash_logout );
small-charcoal = ( commit_editmsg, git-rebase-todo, svn-commit.tmp, svn-commit.2.tmp, portfile, gemspec, gemfile, erbsql, sql.erb );
small-blue = ( groovy, gvy, gradle, java, bsh );
}