added invalidAccess stub to fontify functions
This commit is contained in:
parent
7350e8a4cd
commit
ea7d2dff2c
1 changed files with 3 additions and 3 deletions
|
@ -70,9 +70,9 @@ fontMap = [ (attrName "assignment" , fg Vty.blue)
|
|||
]
|
||||
|
||||
fontify :: CheckString -> Fontifications
|
||||
fontify = concatApply [ assignments, strings
|
||||
, returns, guards, comments
|
||||
, mismatchedBrackets
|
||||
fontify = concatApply [ assignments, invalidAccess
|
||||
, strings, returns, guards
|
||||
, comments, mismatchedBrackets
|
||||
, mismatchedQuotes]
|
||||
|
||||
concatApply :: [Fontifier] -> CheckString -> Fontifications
|
||||
|
|
Loading…
Reference in a new issue