aboutsummaryrefslogtreecommitdiff
path: root/coqCounter.js
diff options
context:
space:
mode:
authorCamil Staps2015-05-08 13:33:01 +0300
committerCamil Staps2015-05-08 13:33:01 +0300
commitbd0ea9705da15cd80585f76dd4a5ee3aba703099 (patch)
treeea08852927e14068178dc06435efacda45ecf4e9 /coqCounter.js
parentBugfix (diff)
Bugfix
Diffstat (limited to 'coqCounter.js')
-rw-r--r--coqCounter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/coqCounter.js b/coqCounter.js
index 69b1bac..be06ec4 100644
--- a/coqCounter.js
+++ b/coqCounter.js
@@ -25,7 +25,7 @@
(function($){
$.fn.coqCounter = function(output) {
$(this).change(function(){
- var regex = /(?:^|\n)([a-z][a-zA-Z_']*)/g;
+ var regex = /(?:^|\n)([a-z][a-zA-Z_']*|LEM)/g;
var value = $(this).val();
var matches = [], i = 0;