https://github.com/captbaritone/better-indent-support-for-php-with-html
This script allows you to indent HTML sections in PHP files
https://github.com/captbaritone/better-indent-support-for-php-with-html
Last synced: 9 months ago
JSON representation
This script allows you to indent HTML sections in PHP files
- Host: GitHub
- URL: https://github.com/captbaritone/better-indent-support-for-php-with-html
- Owner: captbaritone
- Created: 2013-05-18T19:26:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T06:07:23.000Z (over 10 years ago)
- Last Synced: 2025-02-15T09:17:22.249Z (11 months ago)
- Language: VimL
- Homepage:
- Size: 90.8 KB
- Stars: 52
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
> This script allows you to indent HTML sections in PHP files
This is just a plugin wrapper around [Christian J. Robinson](http://christianrobinson.name/vim/)'s "[Better indent support for php with html](http://vim.wikia.com/wiki/Better_indent_support_for_php_with_html)" script from the Vim Wiki.
Many thanks to Mr. Robinson. Indenting html within php view files had been my main pain point with Vim until I discovered this script.
## Installation
* [Vundle](https://github.com/gmarik/vundle) - Add the following line to your `.vimrc`:
`Bundle 'captbaritone/better-indent-support-for-php-with-html'`