diff options
| author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-15 00:34:31 +0200 | 
|---|---|---|
| committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:18 +0200 | 
| commit | fe60003d417002634d8c7a8e35a63c4cbdb897b3 (patch) | |
| tree | ae4c635aef278552020aea286916ad8489c8c1e6 /data | |
| parent | 545270fe699cd735eca93a03259df9eef0385e57 (diff) | |
Fix highlighting in math.osml by escaping the square braces
Diffstat (limited to 'data')
| -rw-r--r-- | data/ontology/math.osml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/data/ontology/math.osml b/data/ontology/math.osml index b1dafb0..83d852b 100644 --- a/data/ontology/math.osml +++ b/data/ontology/math.osml @@ -5,8 +5,8 @@  	}%  	\struct#math[root=true]  		\syntax -			\open{\\[} -			\close{\\]} +			\open{\\\[} +			\close{\\\]}  		\field  			\childRef[ref=equation] | 
