mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-23 14:08:58 +01:00
Highlight capitalized function calls / man page references
This commit is contained in:
parent
7d18649284
commit
49e2073910
2
assets/syntaxes/Manpage.sublime-syntax
vendored
2
assets/syntaxes/Manpage.sublime-syntax
vendored
@ -36,7 +36,7 @@ contexts:
|
|||||||
- match: '^\S.*$'
|
- match: '^\S.*$'
|
||||||
scope: markup.heading
|
scope: markup.heading
|
||||||
|
|
||||||
- match: '\b([a-z0-9_\-]+)(\()([^)]*)(\))'
|
- match: '\b([A-Za-z0-9_\-]+)(\()([^)]*)(\))'
|
||||||
captures:
|
captures:
|
||||||
1: entity.name.function
|
1: entity.name.function
|
||||||
2: keyword.operator
|
2: keyword.operator
|
||||||
|
Loading…
Reference in New Issue
Block a user