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
- Host: GitHub
- URL: https://github.com/purarue/abookrc.vim
- Owner: purarue
- License: gpl-3.0
- Created: 2025-09-15T01:43:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-09-15T02:27:53.000Z (6 months ago)
- Last Synced: 2025-09-15T03:37:10.745Z (6 months ago)
- Topics: abook, syntax, vim, vim-syntax
- Language: Vim Script
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)

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
```