aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPeter Odding <peter@peterodding.com>2013-07-16 20:50:22 +0200
committerPeter Odding <peter@peterodding.com>2013-07-16 20:50:22 +0200
commitfddbe787be8a82b4e6258ab6776d445fafeeba18 (patch)
treeb125af85970fb7e8b0390e1680782ce9d0a78aa4 /README.md
parentaae2df969a3d233ccbcf9cbd56bce4abfcd9ffbe (diff)
parent57c43f31ce1904c877b10c8d4c09437d5ac43342 (diff)
downloadvim-easytags-fddbe787be8a82b4e6258ab6776d445fafeeba18.tar.gz
Merge pull request #59: Java interfaces support
See pull request #59 on GitHub: https://github.com/xolox/vim-easytags/pull/59
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6d85416..b3415c0 100644
--- a/README.md
+++ b/README.md
@@ -228,7 +228,7 @@ The easytags plug-in defines new highlighting groups for dynamically highlighted
* **AWK**: `awkFunctionTag`
* **C#:** `csClassOrStructTag`, `csMethodTag`
* **C, C++, Objective C:** `cTypeTag`, `cEnumTag`, `cPreProcTag`, `cFunctionTag`, `cMemberTag`
- * **Java:** `javaClassTag`, `javaMethodTag`
+ * **Java:** `javaClassTag`, `javaInterfaceTag`, `javaMethodTag`
* **Lua:** `luaFuncTag`
* **PHP:** `phpFunctionsTag`, `phpClassesTag`
* **Python:** `pythonFunctionTag`, `pythonMethodTag`, `pythonClassTag`