diff options
Diffstat (limited to 'contrib/gtksourceview-3.0/language-specs')
-rw-r--r-- | contrib/gtksourceview-3.0/language-specs/ousia.lang | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gtksourceview-3.0/language-specs/ousia.lang b/contrib/gtksourceview-3.0/language-specs/ousia.lang index 0038fbd..17f880b 100644 --- a/contrib/gtksourceview-3.0/language-specs/ousia.lang +++ b/contrib/gtksourceview-3.0/language-specs/ousia.lang @@ -157,6 +157,7 @@ <end>}%</end> <include> <context ref="comment-multiline"/> + <context ref="def:in-comment"/> </include> </context> @@ -164,6 +165,9 @@ <context id="comment" style-ref="comment"> <start>%</start> <end>$</end> + <include> + <context ref="def:in-comment"/> + </include> </context> <!-- Default field marker --> |