Your IP : 216.73.216.209


Current Path : /usr/share/source-highlight/
Upload File :
Current File : //usr/share/source-highlight/c_preprocessor.lang

# C preprocessor.

state preproc start '^[[:blank:]]*#(?:[[:blank:]]*include)' begin
        string delim "<" ">" 
        string delim "\"" "\"" escape "\\"
        include "c_comment.lang"
end

preproc = '^[[:blank:]]*#([[:blank:]]*[[:word:]]*)'