summaryrefslogtreecommitdiff
path: root/contrib/gtksourceview-3.0
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-04 16:08:14 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:19:33 +0200
commit075296b20ed12a85295915d34a238289ff74c85c (patch)
tree2dc5f206f09ee304045642ed5479fd91b2897c92 /contrib/gtksourceview-3.0
parent667109925284a45021aa48916bbc92221073d422 (diff)
Fix multiline comments not being highlighted in gedit
Diffstat (limited to 'contrib/gtksourceview-3.0')
-rw-r--r--contrib/gtksourceview-3.0/language-specs/ousia.lang2
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>