D19438: Add syntax definition for Elm language to syntax-highlighting

2019-04-05 Thread Bonghyun Kim
bonghyunkim updated this revision to Diff 55475. bonghyunkim added a comment. It's been about three weeks since I've uploaded last diff but haven't received any response since then. I've made another diff against the most recent commit of KDE/syntax-highlighting (508be5417e67dc697166e72bde49

D19438: Add syntax definition for Elm language to syntax-highlighting

2019-03-12 Thread Bonghyun Kim
bonghyunkim updated this revision to Diff 53736. bonghyunkim added a comment. Sorry that I forgot to update the actual diff file - this should compile now! REPOSITORY R216 Syntax Highlighting CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D19438?vs=53180&id=53736 REVISION DETAIL

D19438: Add syntax definition for Elm language to syntax-highlighting

2019-03-11 Thread Bonghyun Kim
bonghyunkim planned changes to this revision. bonghyunkim added a comment. I finally got some time to install various dependencies to set up the tests and run them, but three tests keep failing. They are: folding_test, testhighlighter_test, htmlhighlighter_test. The error message is alwa

D19438: Add syntax definition for Elm language to syntax-highlighting

2019-03-04 Thread Bonghyun Kim
bonghyunkim updated this revision to Diff 53180. bonghyunkim edited the summary of this revision. bonghyunkim added a comment. I created 'highlight.elm' in autotests/input/ folder, as per guide on https://github.com/KDE/syntax-highlighting, but couldn't follow the instruction. I tried runnin

D19438: Add syntax definition for Elm language to syntax-highlighting

2019-03-03 Thread Bonghyun Kim
bonghyunkim planned changes to this revision. bonghyunkim added a comment. In D19438#422676 , @dhaumann wrote: > Could you elaborate what Elm is used for? > Also, could you please provide a small test file (also MIT licensed) that we can use f

D19438: Add syntax definition for Elm language to syntax-highlighting

2019-02-28 Thread Bonghyun Kim
bonghyunkim created this revision. Herald added projects: Kate, Frameworks. Herald added subscribers: kde-frameworks-devel, kwrite-devel. bonghyunkim requested review of this revision. REVISION SUMMARY This commit adds syntax definition for Elm language to syntax-highlighting. REPOSITORY R216