src/Styles.c: Make C lexer recognize uintmax_t and __int16.

In C, consecutive string literals are concatenated with no spaces
between them. Hence, before this commit, the token string contained
`uintmax_t__int16` which was apparently a typo.

Signed-off-by: Liu Hao <lh_mouse@126.com>
This commit is contained in:
Liu Hao 2018-08-28 16:15:53 +08:00
parent 68414554e9
commit 7e155f220d

View File

@ -426,7 +426,7 @@ KEYWORDLIST KeyWords_CPP = {
"",
// Global classes and typedefs
"complex imaginary int8_t int16_t int32_t int64_t intptr_t intmax_t ptrdiff_t size_t "
"uint8_t uint16_t uint32_t uint64_t uintptr_t uintmax_t"
"uint8_t uint16_t uint32_t uint64_t uintptr_t uintmax_t "
"__int16 __int32 __int64 __int8 __m128 __m128d __m128i __m64 __wchar_t "
"_Alignas _Alignof _Atomic _Bool _Complex _Generic _Imaginary _Noreturn _Pragma _Static_assert _Thread_local",
// Preprocessor definitions