Rename highlight to hi
This commit is contained in:
parent
ba94cdd72f
commit
a68c62e75f
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ end
|
|||
|
||||
pattern = lpeg.Cs((pattern + lpeg.P(1)) ^ 1)
|
||||
|
||||
print(pattern:match('hello world testing stuff!'))
|
||||
|
||||
for line in io.stdin:lines() do
|
||||
print(pattern:match(line) or '')
|
||||
end
|
Loading…
Reference in a new issue