mirror of
https://github.com/sharkdp/bat
synced 2024-11-16 21:25:56 +00:00
Manually convert Cabal.sublime-syntax
This commit is contained in:
parent
7ca73c2e79
commit
7b94f2c1d7
2
assets/syntaxes/Cabal.sublime-syntax
vendored
2
assets/syntaxes/Cabal.sublime-syntax
vendored
@ -33,7 +33,7 @@ contexts:
|
|||||||
captures:
|
captures:
|
||||||
1: constant.other.cabal
|
1: constant.other.cabal
|
||||||
2: punctuation.entity.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
|
scope: entity.cabal
|
||||||
captures:
|
captures:
|
||||||
1: keyword.entity.cabal
|
1: keyword.entity.cabal
|
||||||
|
Loading…
Reference in New Issue
Block a user