1 |
/* |
/* |
2 |
highlight.c - JavaScript syntax highlighting |
highlight.cpp - JavaScript syntax highlighting |
3 |
Copyright (C) 2008, 2009 siliconforks.com |
Copyright (C) 2008, 2009 siliconforks.com |
4 |
|
|
5 |
This program is free software; you can redistribute it and/or modify |
This program is free software; you can redistribute it and/or modify |
30 |
|
|
31 |
#include "util.h" |
#include "util.h" |
32 |
|
|
33 |
|
#ifndef UINT16_MAX |
34 |
|
#define UINT16_MAX 65535 |
35 |
|
#endif |
36 |
|
|
37 |
enum Class { |
enum Class { |
38 |
CLASS_NONE, |
CLASS_NONE, |
39 |
CLASS_COMMENT, |
CLASS_COMMENT, |