mirror of
https://github.com/msva/lua-htmlparser.git
synced 2024-11-04 23:34:20 +00:00
source reformatting (tabs)
This commit is contained in:
parent
2c5b1d1689
commit
4dbae96e8d
@ -1,3 +1,4 @@
|
||||
-- vim: ft=lua ts=2
|
||||
local ElementNode = require("htmlparser.ElementNode")
|
||||
local voidelements = require("htmlparser.voidelements")
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
-- vim: ft=lua ts=2
|
||||
pcall(require, "luarocks.loader")
|
||||
local Set = {}
|
||||
Set.mt = {__index = Set}
|
||||
|
@ -1,3 +1,4 @@
|
||||
-- vim: ft=lua ts=2
|
||||
return {
|
||||
area = true,
|
||||
base = true,
|
||||
|
Loading…
Reference in New Issue
Block a user