diff options
author | Peter Odding <peter@peterodding.com> | 2013-07-16 20:50:22 +0200 |
---|---|---|
committer | Peter Odding <peter@peterodding.com> | 2013-07-16 20:50:22 +0200 |
commit | fddbe787be8a82b4e6258ab6776d445fafeeba18 (patch) | |
tree | b125af85970fb7e8b0390e1680782ce9d0a78aa4 /doc | |
parent | aae2df969a3d233ccbcf9cbd56bce4abfcd9ffbe (diff) | |
parent | 57c43f31ce1904c877b10c8d4c09437d5ac43342 (diff) | |
download | vim-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 'doc')
-rw-r--r-- | doc/easytags.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/easytags.txt b/doc/easytags.txt index 3d762be..f8a499c 100644 --- a/doc/easytags.txt +++ b/doc/easytags.txt @@ -490,7 +490,7 @@ by the easytags plug-in: - **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' |