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 6b4bde14e1 Logtalk 2.30.1 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1903 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2007-06-12 10:39:47 +00:00

58 lines
1.1 KiB
Plaintext

//////////////////////////////////////////////////////////////////////////////
//
// Logtalk highlighter
// Paulo Moura
//
// http://logtalk.org/
//
// Last updated on: June 10, 2007
//
//////////////////////////////////////////////////////////////////////////////
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