Highlight capitalized function calls / man page references

pull/722/head
sharkdp 5 years ago committed by David Peter
parent 7d18649284
commit 49e2073910

@ -36,7 +36,7 @@ contexts:
- match: '^\S.*$'
scope: markup.heading
- match: '\b([a-z0-9_\-]+)(\()([^)]*)(\))'
- match: '\b([A-Za-z0-9_\-]+)(\()([^)]*)(\))'
captures:
1: entity.name.function
2: keyword.operator

Loading…
Cancel
Save