Manually convert Cabal.sublime-syntax

This commit is contained in:
sharkdp 2019-12-09 23:36:03 +01:00 committed by David Peter
parent 7ca73c2e79
commit 7b94f2c1d7
1 changed files with 1 additions and 1 deletions

View File

@ -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