aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskell.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskell.pro')
-rw-r--r--plugins/haskell/haskell.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/haskell/haskell.pro b/plugins/haskell/haskell.pro
index 9c557b1..aa92d3c 100644
--- a/plugins/haskell/haskell.pro
+++ b/plugins/haskell/haskell.pro
@@ -5,14 +5,18 @@ DEFINES += HASKELL_LIBRARY
SOURCES += \
haskellcompletionassist.cpp \
haskelleditorfactory.cpp \
- haskellplugin.cpp
+ haskellplugin.cpp \
+ haskellhighlighter.cpp \
+ haskelltokenizer.cpp
HEADERS += \
haskell_global.h \
haskellcompletionassist.h \
haskellconstants.h \
haskelleditorfactory.h \
- haskellplugin.h
+ haskellplugin.h \
+ haskellhighlighter.h \
+ haskelltokenizer.h
## uncomment to build plugin into user config directory
## <localappdata>/plugins/<ideversion>