> I am using ctags to enable intellisense completion under vim.
>
> the command of ctags works for c/c++ :
>        ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .
>
> I would like ctags check *.pde files too (Arduino)
>
> Is anyone knows xhat I have to add ?

ctags --list-languages will tell you if your language is supported or
not. Ctags automaticallys detect source files. ctags --list-kinds will
tell you the tag kinds (--c++-kinds option) available for each
language.

-- 
Anurag Priyam,
3rd Year Undergraduate,
Department of Mechanical Engineering,
IIT Kharagpur.
+91-9775550642

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to