Rename highlight to hi

This commit is contained in:
Talia 2019-11-25 21:51:53 +01:00
parent ba94cdd72f
commit a68c62e75f
1 changed files with 0 additions and 2 deletions

View File

@ -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