从 Sublime Text 3 中删除某些语言

Remove certain languages from Sublime Text 3

这是我在 Super User 上提出的问题的副本。但它可能会在这里得到回答:

这在 Sublime text 2 中很容易,但我如何删除(或限制数量)右下角可访问的代码语法文件。

例如备份时将Pascal放入文件夹,但未使用。

您可以将包添加到您的 ignored_packages 用户首选项,Sublime Text 将忽略这些包中的所有内容 - 包括语法定义。无需进行任何文件夹操作或备份。

例如,要从列表中删除 Pascal 语法:

// List any packages to ignore here. When removing entries from this list,
// a restart may be required if the package contains plugins.
"ignored_packages": ["Vintage", "Pascal"]