# TagHighlight **Repository Path**: vim_runtime_plugins/TagHighlight ## Basic Information - **Project Name**: TagHighlight - **Description**: 额外突出显示 typedef、枚举等(基于 ctags)。依赖可执行程序 ctags。TagHighlight 是一个插件,它在 Vim 的源代码中突出显示类、变量、类型等的名称。 这样可以更快、更轻松地发现代码中的错误。 通过使用丰富的 ctags 并解析输出,typedef、#defines、枚举名称等都以不同的颜色清楚地突出显示。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-12-20 - **Last Updated**: 2025-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a mirror of http://www.vim.org/scripts/script.php?script_id=2646 TagHighlight is a plugin that highlights names of classes, variables, types etc in source code in Vim. This makes it quicker and easier to spot errors in your code. By using exuberant ctags and parsing the output, the typedefs, #defines, enumerated names etc are all clearly highlighted in different colours. As standard, it supports the following languages (but it's very easy to add more): * C/C++ (most of the testing has been with these) * C# * Java * Matlab (if your version of ctags supports it) * Perl * PHP * Python * Ruby * Fortran * Go (if your version of ctags supports it) * VHDL (if your version of ctags supports it) Adding more languages is extremely simple. To show the benefit of this plugin, there are some screenshots and a more detailed description at the following website: http://www.cgtk.co.uk/taghighlight --------------------------------------------------------------------------------------------------------------------------------------------------------------------- This version replaces the previous "CTAGS Highlighting" script and it is necessary to uninstall that plugin in order to upgrade to the new version. Detailed instructions are on the website or in the enclosed documentation. The source is now maintained on github: https://github.com/abudden/TagHighlight