aboutsummaryrefslogtreecommitdiffhomepage
path: root/highlight.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-15 01:40:40 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-15 01:40:40 -0800
commit53814983ff5404d0d2a53069ed2bc951a85ea0ee (patch)
tree7b9cbd5e5506d2d6237515bfdf9fd7afa0472d23 /highlight.h
parente2fe8730496eb8019e8f8ace211eeaa596534942 (diff)
Update style and formatting to conform to fish style guide.
Diffstat (limited to 'highlight.h')
-rw-r--r--highlight.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/highlight.h b/highlight.h
index 7c6000b1..cc565174 100644
--- a/highlight.h
+++ b/highlight.h
@@ -28,15 +28,15 @@ enum
highlight_spec_quote, //quoted string
highlight_spec_redirection, //redirection
highlight_spec_autosuggestion, //autosuggestion
-
+
HIGHLIGHT_SPEC_PRIMARY_MASK = 0xFF,
-
+
/* The following values are modifiers */
highlight_modifier_valid_path = 0x100,
-
+
/* Very special value */
highlight_spec_invalid = 0xFFFF
-
+
};
typedef uint32_t highlight_spec_t;