aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.lang
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-09-17 17:17:53 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-09-17 17:54:39 +0200
commit9060a941d8b7566220f6fb6a191ac2fd7eca7315 (patch)
treece8838992701d9bc85cb1c3505526d63cbd6226d /ide/coq.lang
parentd3fb99846bdb9f7e0724dde70c8704dfda843bbb (diff)
Remove pointless regex for '""' as the empty string already matches it.
Diffstat (limited to 'ide/coq.lang')
-rw-r--r--ide/coq.lang3
1 files changed, 0 insertions, 3 deletions
diff --git a/ide/coq.lang b/ide/coq.lang
index 7679f863d..608a4aeae 100644
--- a/ide/coq.lang
+++ b/ide/coq.lang
@@ -55,7 +55,6 @@
<include>
<context ref="comment-in-comment"/>
<context ref="string"/>
- <context ref="escape-seq"/>
</include>
</context>
<context id="comment" style-ref="comment" class="comment" class-disabled="no-spell-check">
@@ -68,11 +67,9 @@
<include>
<context ref="comment-in-comment"/>
<context ref="string"/>
- <context ref="escape-seq"/>
</include>
</context>
<context ref="string"/>
- <context ref="escape-seq"/>
</include>
</context>
<context id="declaration">