We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1ac468 + e12e697 commit 62e5a2bCopy full SHA for 62e5a2b
syntax/cabal.vim
@@ -21,7 +21,7 @@ syn match cabalDocBulletPoint "^\s\+\*"
21
syn match cabalDocHeadline "^\s\+=.*$"
22
syn match cabalDocCode "^\s\+>.*$"
23
syn match cabalDocNewline "^\s\+\.\s*$"
24
-syn match cabalSection "^\c\(executable\|library\|flag\|source-repository\|test-suite\|benchmark\)"
+syn match cabalSection "^\c\(executable\|library\|flag\|source-repository\|test-suite\|benchmark\|common\)"
25
syn match cabalEntry "^\s*[A-Za-z][a-zA-Z\-]*:" contains=cabalIdentifier,cabalColon
26
27
syn region cabalDescription start="^\s*[dD]escription:" end="^\<" keepend
0 commit comments