Skip to content

Commit 3ef881b

Browse files
committed
Tweak README.md, no functional changes.
1 parent ff788d7 commit 3ef881b

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ This project is a fork of [php.vim--Garvin][garvin] which in turn is an update o
88
[garvin]: https://github.com/vim-scripts/php.vim--Garvin
99
[php-vim]: http://www.vim.org/scripts/script.php?script_id=2874
1010

11+
Installation
12+
------------
13+
14+
If you don't have a preferred installation method, [pathogen.vim](https://github.com/tpope/vim-pathogen) is quick and simple. With pathogen.vim installed, run the following commands:
15+
16+
```bash
17+
cd ~/.vim/bundle
18+
git clone git@github.com:StanAngeloff/php.vim.git
19+
```
20+
1121
Configuration
1222
-------------
1323

@@ -16,16 +26,7 @@ Configuration
1626

1727
A list of extension names (lowercase) for which built-in functions, constants, classes and interfaces is enabled / disabled.
1828

19-
Pathogen Installation
20-
-------------
21-
22-
If you don't have a preferred installation method, [pathogen.vim](https://github.com/tpope/vim-pathogen) is quick and simple. With pathogen.vim installed, simply copy and paste:
23-
24-
cd ~/.vim/bundle
25-
git clone git@github.com:StanAngeloff/php.vim.git
26-
27-
Overriding Highlighting
28-
-------------
29+
### Overriding Highlighting
2930

3031
Syntax highlighting can be configured to distinguish groups by overriding the defaults. For example, all code in PHP comments is highlighted as `phpComment`, however there are pieces you can tweak, e.g., how `@tags` appear.
3132
There are [many groups you can choose from](https://github.com/StanAngeloff/php.vim/blob/48fc7311fa07c2b83888e7a31fae03118bae720b/syntax/php.vim#L754). Here is how you can override PHP `@tags` and `$parameters` in comments to appear in a different group:

0 commit comments

Comments
 (0)