Highlight capitalized function calls / man page references

This commit is contained in:
sharkdp 2019-11-04 20:14:07 +01:00 committed by David Peter
parent 7d18649284
commit 49e2073910
1 changed files with 1 additions and 1 deletions

View File

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