mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 00:27:10 +00:00
Revert accidental regex literal -> unicode char change in Manpage syntax
This commit is contained in:
parent
cfdb853ea6
commit
9ab0801ee1
1 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,7 @@ contexts:
|
||||||
body:
|
body:
|
||||||
# English, ..., ..., ..., Russian, ...
|
# English, ..., ..., ..., Russian, ...
|
||||||
|
|
||||||
- match: '^(?:SYNOPSIS|SYNTAX|SINTASSI|SK\u0141ADNIA|\u0421\u0418\u041d\u0422\u0410\u041a\u0421\u0418\u0421|\u66f8\u5f0f)'
|
- match: '^(?:SYNOPSIS|SYNTAX|SINTASSI|SKŁADNIA|СИНТАКСИС|書式)'
|
||||||
scope: markup.heading.synopsis.man
|
scope: markup.heading.synopsis.man
|
||||||
embed: synopsis
|
embed: synopsis
|
||||||
escape: '(?={{section_heading}})'
|
escape: '(?={{section_heading}})'
|
||||||
|
@ -131,7 +131,6 @@ contexts:
|
||||||
pop: true
|
pop: true
|
||||||
|
|
||||||
c-code:
|
c-code:
|
||||||
#- match: '^(\s+)(?=#include\b|#define\b|/\*|struct\s+\w+\s*\{)'
|
|
||||||
- match: '^(?=\s+(?:#include\b|#define\b|/\*|struct\s+(\w+\s*)?\{))'
|
- match: '^(?=\s+(?:#include\b|#define\b|/\*|struct\s+(\w+\s*)?\{))'
|
||||||
embed: scope:source.c
|
embed: scope:source.c
|
||||||
#embed_scope: source.c.embedded.man
|
#embed_scope: source.c.embedded.man
|
||||||
|
|
Loading…
Reference in a new issue