From 0d4519f43d3452b985c088753f9f76eec383dc73 Mon Sep 17 00:00:00 2001 From: Arkady Rost Date: Sun, 18 Nov 2018 20:17:17 +0300 Subject: [PATCH] Update cabal.tmLanguage According to https://www.haskell.org/cabal/users-guide/developing-packages.html tested-with is package property and may occur in the first top-level properties section. --- syntaxes/cabal.tmLanguage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/cabal.tmLanguage b/syntaxes/cabal.tmLanguage index 06b78b4..bd04fa4 100644 --- a/syntaxes/cabal.tmLanguage +++ b/syntaxes/cabal.tmLanguage @@ -32,6 +32,7 @@ | description | category | extra-(source|doc|tmp)-files + | tested-with ): @@ -62,7 +63,6 @@ | branch | tag | subdir - | tested-with | exposed(-modules)? | reexported-modules | main-is