Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewSorensen/3211940 to your computer and use it in GitHub Desktop.
Save matthewSorensen/3211940 to your computer and use it in GitHub Desktop.
A patch to fix some annoying highlighting conventions in Kate.
---
xml/haskell.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xml/haskell.xml b/xml/haskell.xml
index 7948528..8092ecd 100644
--- a/xml/haskell.xml
+++ b/xml/haskell.xml
@@ -356,7 +356,7 @@
<itemData name="Keyword" defStyleNum="dsKeyword" spellChecking="false" />
<itemData name="Type Prelude" defStyleNum="dsDataType" spellChecking="false" />
- <itemData name="Function Prelude" defStyleNum="dsFunction" spellChecking="false" />
+ <itemData name="Function Prelude" defStyleNum="dsNormal" spellChecking="false" />
<itemData name="Data Prelude" defStyleNum="dsKeyword" spellChecking="false" />
<itemData name="Class Prelude" defStyleNum="dsKeyword" spellChecking="false" />
--
1.7.7.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment