Compare commits

..

No commits in common. 'master' and 'v0.1.1' have entirely different histories.

@ -10,13 +10,11 @@
# Strings in double quotes and single quotes # Strings in double quotes and single quotes
'"(.*?)"': BLUE '"(.*?)"': BLUE
"'(.)'": BLUE "'(.)'": BLUE
# Text inside angle-brackets (used in 'include' statements)
'\<(.*?)\>': BLUE
# Assignments and comparisons # Assignments and comparisons
# TODO: Add less than, greater than, not equal to, and struct pointer member access # TODO: Add less than, greater than, not equal to, and struct pointer member access
'(?:\s|\b)(=|==|!=|<=|>=|\->)(\s|\b)' : CYAN '(?:\s|\b)(=|==|!=|<=|>=|\->)(\s|\b)' : CYAN
# Keywords # Keywords
'\b(if|else|while|do|for|return)\b': CYAN '\b(if|else|while|do|for|return)\b': CYAN
'(\n|^)(#ifdef|#ifndef|#define|#include)\b': CYAN '^(#ifdef|#ifndef|#define|#include)\b': CYAN
# Data Types # Data Types
'\b(int|char|float|double|void|long|short|unsigned|signed|bool)\b': YELLOW '\b(int|char|float|double|void|long|short|unsigned|signed|bool)\b': YELLOW

Loading…
Cancel
Save