#INCLUDE vs #include
Posted: Tue Sep 28, 2010 1:15 pm
Hi
I notice Textpad recognize
#include "file.h"
but not
#INCLUDE "FILE.H"
Is this something I can change in my syntax file?
I'm using Clipper52e.syn available in the download section.
Below is the first page of the syntax file.
Thanks
Pascal
I notice Textpad recognize
#include "file.h"
but not
#INCLUDE "FILE.H"
Is this something I can change in my syntax file?
I'm using Clipper52e.syn available in the download section.
Below is the first page of the syntax file.
Thanks
Pascal
C=1
[Syntax]
Namespace1 = 6
IgnoreCase = Yes
InitKeyWordChars = A-Za-z_
KeyWordChars = A-Za-z0-9_
BracketChars = {[()]}
OperatorChars = -+*/<>!~%^&|=
PreprocStart = #
SyntaxStart =
SyntaxEnd =
CommentStart = /*
CommentEnd = */
CommentStartAlt =
CommentEndAlt =
SingleComment = //
SingleCommentCol =
SingleCommentAlt = &&
SingleCommentColAlt =
StringStart = "
StringEnd = "
StringAlt =
StringEsc =
CharStart = '
CharEnd = '
CharEsc =
[Preprocessor keywords]
#command
#define
#error
#ifdef
#ifndef
#include
#stdout
#undef
#xcommand