Eu tenho um script PHP e gostaria de saber se nativamente, posso fazer parte de uma linha de comentário BOLD .
Por exemplo, um comentário:
// it is released when you execute RELEASE_LOCK(), execute a new GET_LOCK(), or your connection terminates (either normally or abnormally).
Eu gostaria de uma sintaxe como essa, para tornar uma parte do comentário em negrito (apenas uma parte, não toda a linha)
//it is released when you execute RELEASE_LOCK(), execute a new GET_LOCK(),
or your connection terminates (either normally or abnormally).
É possível? Ou devo adicionar alguma linha no vimrc?
Tags vim vi syntax-highlighting vimrc