mirror of
https://github.com/sharkdp/bat.git
synced 2026-02-08 00:32:08 +00:00
[CSV] don't apply string highlighting by default
This commit is contained in:
@@ -79,7 +79,7 @@ contexts:
|
||||
|
||||
double_quoted_string:
|
||||
- meta_include_prototype: false
|
||||
- meta_scope: string.quoted.double.csv
|
||||
- meta_scope: meta.string.quoted.double.csv
|
||||
- match: '""'
|
||||
scope: constant.character.escape.csv
|
||||
- match: '"'
|
||||
|
||||
Reference in New Issue
Block a user