aboutsummaryrefslogtreecommitdiff
path: root/ide/tags.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/tags.ml')
-rw-r--r--ide/tags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/tags.ml b/ide/tags.ml
index 3d0e873a77..eff9c46a9c 100644
--- a/ide/tags.ml
+++ b/ide/tags.ml
@@ -41,6 +41,7 @@ module Message =
struct
let table = GText.tag_table ()
let error = make_tag table ~name:"error" [`FOREGROUND "red"]
+ let warning = make_tag table ~name:"warning" [`FOREGROUND "orange"]
let item = make_tag table ~name:"item" [`WEIGHT `BOLD]
end