diff options
author | Camil Staps | 2015-05-08 13:33:01 +0300 |
---|---|---|
committer | Camil Staps | 2015-05-08 13:33:01 +0300 |
commit | bd0ea9705da15cd80585f76dd4a5ee3aba703099 (patch) | |
tree | ea08852927e14068178dc06435efacda45ecf4e9 /coqCounter.js | |
parent | Bugfix (diff) |
Bugfix
Diffstat (limited to 'coqCounter.js')
-rw-r--r-- | coqCounter.js | 2 |
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; |