nixpkgs/home/programs/neovim/plugins/php.vim

17 lines
405 B
VimL
Raw Normal View History

" match Function /\s__.*(/
let php_sql_query=0
let php_sql_heredoc=0
let php_sql_nowdoc=0
let php_xml_heredoc=0
let php_xml_nowdoc=0
let php_html_in_strings=0
let php_html_in_heredoc=0
let php_html_in_nowdoc=0
let php_html_load=0
let php_ignore_phpdoc=0
let php_parent_error_close=1
let php_parent_error_open=1
let g:PHP_IndentFunctionCallParameters = 0
let g:PHP_IndentFunctionDeclarationParameters = 0