Home >Backend Development >PHP Tutorial >vim下高亮显示php代码_PHP

vim下高亮显示php代码_PHP

WBOY
WBOYOriginal
2016-06-01 12:30:031002browse

  vim是一款跨平台编辑器,可以在linux下使用,也可以在windows下使用官方网站www.vim.org

  高亮显示php代码

  进入vim后,在普通模式下输入如下命令,开启php代码高亮显示

  :syntax enable
  :source $VIMRUNTIME/syntax/php.vim

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn