mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 08:57:59 +00:00
Manually convert Cabal.sublime-syntax
This commit is contained in:
parent
7ca73c2e79
commit
7b94f2c1d7
1 changed files with 1 additions and 1 deletions
2
assets/syntaxes/Cabal.sublime-syntax
vendored
2
assets/syntaxes/Cabal.sublime-syntax
vendored
|
@ -33,7 +33,7 @@ contexts:
|
|||
captures:
|
||||
1: constant.other.cabal
|
||||
2: punctuation.entity.cabal
|
||||
- match: '^(?i)(executable|library|test-suite|benchmark|flag|source-repository)\s+([^\s,]+)\s*$'
|
||||
- match: '^(?i)(executable|library|test-suite|benchmark|flag|source-repository|custom-setup)\s+([^\s,]+)\s*$'
|
||||
scope: entity.cabal
|
||||
captures:
|
||||
1: keyword.entity.cabal
|
||||
|
|
Loading…
Reference in a new issue