https://bugs.kde.org/show_bug.cgi?id=463890
Bug ID: 463890
Summary: Add syntax highlighting for Haskell cabal files
Classification: Frameworks and Libraries
Product: frameworks-syntax-highlighting
Version: unspecified
Platform: unspecified
OS: All
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: syntax
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Cabal files are description files for Haskell packages using the Cabal
library/executable. Syntax highlighting is available for other text editors and
should be available for KDE applications as well. This would also allow
haskell-language-server to be used on .cabal files in kate.
Vim (the first is for .cabal files, the others are for related file types):
- https://github.com/vim/vim/blob/master/runtime/syntax/cabal.vim
- https://github.com/vim/vim/blob/master/runtime/syntax/cabalconfig.vim
- https://github.com/vim/vim/blob/master/runtime/syntax/cabalproject.vim
Atom:
-
https://github.com/atom-haskell/language-haskell/blob/master/grammars/cabal.cson
VSCode:
-
https://github.com/JustusAdam/language-haskell/blob/master/syntaxes/cabal.YAML-tmLanguage
Official documentation:
-
https://cabal.readthedocs.io/en/stable/cabal-package.html#package-descriptions
--
You are receiving this mail because:
You are watching all bug changes.