| Summary: | Recognize Haskell .hs-boot, .lhs extensions | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-syntax-highlighting | Reporter: | Khumba <kde-bugs-68795> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/syntax-highlighting/fdf92adfc8083ffde4b4472eb64d147cd6283556 | Version Fixed/Implemented In: | 5.37 |
| Sentry Crash Report: | |||
|
Description
Khumba
2015-10-31 03:04:23 UTC
For lhs files there already is a separate "Literate Haskell" highlighting. So just adding .hs-boot to haskell should be good enough, or rather add it to literate haskell? Just to Haskell, please and thanks. .hs-boot files use the same syntax as .hs files (specifically a subset, but it doesn't matter for highlighting). Git commit fdf92adfc8083ffde4b4472eb64d147cd6283556 by Dominik Haumann. Committed on 24/07/2017 at 07:55. Pushed by dhaumann into branch 'master'. Haskell: Add file extension .hs-boot (bootstrap module) FIXED-IN: 5.37 M +1 -1 data/syntax/haskell.xml https://commits.kde.org/syntax-highlighting/fdf92adfc8083ffde4b4472eb64d147cd6283556 |