aboutsummaryrefslogtreecommitdiff
path: root/ide/wg_MessageView.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-04-25 13:09:33 +0200
committerPierre-Marie Pédrot2020-04-25 13:09:33 +0200
commit9775edcfcf2d5c6cda9a2567185df827eef5712e (patch)
tree00893c39766596994cd67b2cd40ac3b9a3b8a8f7 /ide/wg_MessageView.ml
parent8c47247779b6db4c529510a7ce771162f54f5fbf (diff)
parent6f4a528dace978b1ad4ab9306b04fa110c5a2ac3 (diff)
Merge PR #12173: CoqIDE: Revert overzealous application of language-based highlighting from #12169
Reviewed-by: ppedrot
Diffstat (limited to 'ide/wg_MessageView.ml')
-rw-r--r--ide/wg_MessageView.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/wg_MessageView.ml b/ide/wg_MessageView.ml
index 9d97b01a7a..6e22172d05 100644
--- a/ide/wg_MessageView.ml
+++ b/ide/wg_MessageView.ml
@@ -46,7 +46,6 @@ let message_view () : message_view =
let buffer = GSourceView3.source_buffer
~highlight_matching_brackets:true
~tag_table:Tags.Message.table
- ?language:(lang_manager#language source_language#get)
?style_scheme:(style_manager#style_scheme source_style#get) ()
in
let mark = buffer#create_mark ~left_gravity:false buffer#start_iter in