| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0"?>
- <Language name="C" ext="c" CaseSensitive="true">
- <Completion CaseSensitive="false">
- <Include Attribute="Keyword"></Include>
- <List>
- "#include "
- "#include <assert.h>"
- "#include <alloc.h>"
- "#include <ctype.h>"
- "#include <dir.h>"
- "#include <errno.h>"
- "#include <float.h>"
- "#include <limits.h>"
- "#include <math.h>"
- "#include <setjmp.h>"
- "#include <signal.h>"
- "#include <stdarg.h>"
- "#include <stdef.h>"
- "#include <stdio.h>"
- "#include <stlib.h>"
- "#include <string.h>"
- "#include <time.h>"
- "void main(){

}"
- </List>
- </Completion>
- <Attribute Name="Keyword" Style="b"> </Attribute>
- <Attribute Name="Comment" ForeCol="#00B0F7"> </Attribute>
- <Attribute Name="Number" ForeCol="#DF7400"> </Attribute>
- <Attribute Name="Directive" ForeCol="#642EFE"> </Attribute>
- <Comment Start="//" ></Comment>
- <Comment Start="/*" End="*/" Multiline="true" Folding="true"></Comment>
- <Token Start="#" Attribute='DIRECTIVE'> </Token>
- <Token CharsStart="0..9" Content = '0..9.' Attribute='NUMBER'> </Token>
-
- <Token Start="#" Attribute='Directive'> </Token>
- <String Start='"' End='"'></String>
- <Keyword>if else switch case default break goto return for while do continue typedef sizeof NULL</Keyword>
- <Keyword>void struct union enum char short int long double float signed unsigned const static extern auto register volatile</Keyword>
- <Block Start="{" End= "}"> </Block>
- </Language>
|