An open API service indexing awesome lists of open source software.

https://github.com/purarue/abookrc.vim

Syntax highlighting for abook's configuration file
https://github.com/purarue/abookrc.vim

abook syntax vim vim-syntax

Last synced: 6 months ago
JSON representation

Syntax highlighting for abook's configuration file

Awesome Lists containing this project

README

          

## abookrc.vim

A syntax highlighter for [`abookrc`](https://linux.die.net/man/5/abookrc) files, `abookrc` is the config file for [`abook`](https://abook.sourceforge.io/)

image

For the `addressbook` file itself, see [`abook.vim`](https://github.com/paniash/abook.vim)

### Custom Fields

If you set custom fields in your `.abookrc` like:

```
field birthday = Birthday, date
field website = Website, string
```

you can create a file at `after/syntax/abookrc.vim` and add your custom fields:

```vim
syn keyword abookField birthday website
```