# HG changeset patch # User wenzelm # Date 1543358645 -3600 # Node ID a6e83dcc00e6728a8479cd1b08568841c709a136 # Parent f557375f6e1718377f0adc6c325338f743fc5dc2 adjusted to fc221fa79741; diff -r f557375f6e17 -r a6e83dcc00e6 etc/options --- a/etc/options Tue Nov 27 23:41:37 2018 +0100 +++ b/etc/options Tue Nov 27 23:44:05 2018 +0100 @@ -221,7 +221,7 @@ public option spell_checker_dictionary : string = "en" -- "spell-checker dictionary name" -public option spell_checker_include : string = "words,comment,inner_comment,ML_comment,SML_comment" +public option spell_checker_include : string = "words,comment,comment1,comment2,comment3,ML_comment,SML_comment" -- "included markup elements for spell-checker (separated by commas)" public option spell_checker_exclude : string = "no_words,antiquoted"