mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
Syncing uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@504 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ff1ec91efb
commit
b26a68dc4b
4 changed files with 34 additions and 0 deletions
7
uppdev/SyntaxHighlight/SyntaxHighlight.upp
Normal file
7
uppdev/SyntaxHighlight/SyntaxHighlight.upp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
file
|
||||
test.h,
|
||||
test.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
|
||||
3
uppdev/SyntaxHighlight/init
Normal file
3
uppdev/SyntaxHighlight/init
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#ifndef _SyntaxHighlight_icpp_init_stub
|
||||
#define _SyntaxHighlight_icpp_init_stub
|
||||
#endif
|
||||
6
uppdev/SyntaxHighlight/test.cpp
Normal file
6
uppdev/SyntaxHighlight/test.cpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
class XXX {
|
||||
typedef XXX;
|
||||
public:
|
||||
};
|
||||
|
||||
18
uppdev/SyntaxHighlight/test.h
Normal file
18
uppdev/SyntaxHighlight/test.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#ifndef _SyntaxHighlight_test_h_
|
||||
#define _SyntaxHighlight_test_h_
|
||||
|
||||
#include "Common.h"
|
||||
|
||||
class XXX {
|
||||
typedef XXX yyy;
|
||||
public:
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
struct Y {
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue