Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lua-font-lock-keywords: rewrite poorly written regexp (issue #47)
Said regexp caused O(4^N) match attempts on lines containing N underscores, because underscore had 'word' syntax class.
- Loading branch information