diff options
| author | Guillaume Melquiond | 2014-09-17 17:17:53 +0200 |
|---|---|---|
| committer | Guillaume Melquiond | 2014-09-17 17:54:39 +0200 |
| commit | 9060a941d8b7566220f6fb6a191ac2fd7eca7315 (patch) | |
| tree | ce8838992701d9bc85cb1c3505526d63cbd6226d | |
| parent | d3fb99846bdb9f7e0724dde70c8704dfda843bbb (diff) | |
Remove pointless regex for '""' as the empty string already matches it.
| -rw-r--r-- | ide/coq.lang | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ide/coq.lang b/ide/coq.lang index 7679f863d9..608a4aeaea 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"> |
