Skip to content

Commit

Permalink
escape regex in syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
geezee committed Jun 10, 2024
1 parent 93ce4c8 commit b0d7c7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smatch-syntax.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
(@re "^([^@].*|@|@[^o].*|@o|@o[^r].*|@or.+)$")
(@re "^([^@].*|@|@[^a].*|@a|@a[^n].*|@an|@an[^d].*|@and.+)$")
(@re "^([^@].*|@|@[^l].*|@l|@l[^e].*|@le|@le[^t].*|@let.+)$")
(@re "^([^@].*|@|@[^*].*|@*.+)$")
(@re "^([^@].*|@|@[^+].*|@+.+)$")
(@re "^([^@].*|@|@[^?].*|@?.+)$")
(@re "^([^@].*|@|@[^*].*|@\*.+)$")
(@re "^([^@].*|@|@[^+].*|@\+.+)$")
(@re "^([^@].*|@|@[^?].*|@\?.+)$")
(@re "^([^@].*|@|@[^l].*|@l|@l[^e].*|@le|@le[^s].*|@les|@les[^s].*|@less.+)$")
(@re "^([^@].*|@|@[^m].*|@m|@m[^o].*|@mo|@mo[^r].*|@mor|@mor[^e].*|@more.+)$")
(@re "^([^@].*|@|@[^b].*|@b|@b[^e].*|@be|@be[^t].*|@bet|@bet[^w].*|@betw|@betw[^e].*|@betwe|@betwe[^e].*|@betwee|@betwee[^n].*|@between.+)$")))
Expand Down

0 comments on commit b0d7c7e

Please sign in to comment.