diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-04 16:08:14 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:19:33 +0200 |
commit | 075296b20ed12a85295915d34a238289ff74c85c (patch) | |
tree | 2dc5f206f09ee304045642ed5479fd91b2897c92 /contrib/gtksourceview-3.0/language-specs | |
parent | 667109925284a45021aa48916bbc92221073d422 (diff) |
Fix multiline comments not being highlighted in gedit
Diffstat (limited to 'contrib/gtksourceview-3.0/language-specs')
-rw-r--r-- | contrib/gtksourceview-3.0/language-specs/ousia.lang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gtksourceview-3.0/language-specs/ousia.lang b/contrib/gtksourceview-3.0/language-specs/ousia.lang index f9de40c..e8ebbdf 100644 --- a/contrib/gtksourceview-3.0/language-specs/ousia.lang +++ b/contrib/gtksourceview-3.0/language-specs/ousia.lang @@ -145,8 +145,8 @@ <context ref="end-command"/> <context ref="common-commands"/> <context ref="command"/> - <context ref="comment"/> <context ref="comment-multiline"/> + <context ref="comment"/> <context ref="map"/> </include> </context> |