File: README.md

package info (click to toggle)
vice 3.7.1%2Bdfsg1-2
  • links: PTS
  • area: contrib
  • in suites: bookworm
  • size: 49,876 kB
  • sloc: ansic: 431,530; cpp: 35,357; sh: 9,747; makefile: 7,010; perl: 1,822; yacc: 1,197; lex: 589; sed: 184; objc: 115; xml: 36
file content (19 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Vim files for VICE

A collection of vim scripts for use with VICE.

## Hotkeys syntax highlighting

Syntax highlighting for (Gtk3) hotkeys files.

- `syntax/vhk.vim`
- `ftdetect/vhk.vim`

### Auto-generating the action name matches

To generate a list of `syn match` lines for the current UI actions a script
can be used: `uiactions.py`.
Run the script with `./uiactions.py vim` to parse `src/arch/gtk3/uiactions.h`
for all available UI actions and generate syntax match rules for the vim
syntax script.