This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/wenv/context/Logtalk.chl
pmoura 3ac73c8881 Logtalk 2.28.2 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1713 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2006-11-07 18:47:24 +00:00

58 lines
1.1 KiB
Plaintext

//////////////////////////////////////////////////////////////////////////////
//
// Logtalk highlighter
// Paulo Moura
//
// http://logtalk.org/
//
// Last updated on: October, 16 2006
//
//////////////////////////////////////////////////////////////////////////////
Language: Logtalk
Filter: Logtalk files (*.lgt)|*.lgt
HelpFile:
CaseSensitive: 1
LineComment: %
BlockCommentBeg: /*
BlockCommentEnd: */
IdentifierBegChars:
IdentifierChars:
NumConstBegChars:
NumConstChars:
EscapeChar: \
KeyWords1: :: ^^ { }
StringBegChar: "
StringEndChar: "
MultilineStrings: 0
UsePreprocessor: 0
CurrLineHighlighted: 0
SpaceCol: clWindowText clWindow
Keyword1Col: clNavy clWindow B
IdentifierCol: clBlue clWindow
CommentCol: clGray clWindow I
NumberCol: clWindowText clWindow
StringCol: clMaroon clWindow
SymbolCol: clPurple clWindow
PreprocessorCol: clBlue clWindow
SelectionCol: clWhite clNavy
CurrentLineCol: clBlack clYellow