Add doxygen syntax highlighting to vim modelines in library header files
This commit is contained in:
parent
3cd860cccf
commit
e5da0a66ef
|
@ -12,5 +12,5 @@
|
||||||
|
|
||||||
/* options for text editors
|
/* options for text editors
|
||||||
kate: @KATE_MODELINE@
|
kate: @KATE_MODELINE@
|
||||||
vim: @VIM_MODELINE@
|
vim: @VIM_MODELINE@:syntax=cpp.doxygen
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
|
|
||||||
/* options for text editors
|
/* options for text editors
|
||||||
kate: @KATE_MODELINE@
|
kate: @KATE_MODELINE@
|
||||||
vim: @VIM_MODELINE@
|
vim: @VIM_MODELINE@:syntax=cpp.doxygen
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -12,5 +12,5 @@
|
||||||
|
|
||||||
/* options for text editors
|
/* options for text editors
|
||||||
kate: @KATE_MODELINE@
|
kate: @KATE_MODELINE@
|
||||||
vim: @VIM_MODELINE@
|
vim: @VIM_MODELINE@:syntax=c.doxygen
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
|
|
||||||
/* options for text editors
|
/* options for text editors
|
||||||
kate: @KATE_MODELINE@
|
kate: @KATE_MODELINE@
|
||||||
vim: @VIM_MODELINE@
|
vim: @VIM_MODELINE@:syntax=c.doxygen
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue