Manually convert Cabal.sublime-syntax

pull/768/head
sharkdp 5 years ago committed by David Peter
parent 7ca73c2e79
commit 7b94f2c1d7

@ -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…
Cancel
Save