File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,18 @@ syntax export hint(desc "export") =
4444 EXPORT name externidx
4545
4646syntax module hint(desc "module") =
47- MODULE type* import* tag* global* mem* table* func* data* elem* start? export*
47+ MODULE
48+ list(type)
49+ list(import)
50+ list(tag)
51+ list(global)
52+ list(mem)
53+ list(table)
54+ list(func)
55+ list(data)
56+ list(elem)
57+ start?
58+ list(export)
4859
4960
5061;; Meta variables
Original file line number Diff line number Diff line change @@ -44,7 +44,18 @@ syntax export hint(desc "export") =
4444 EXPORT name externidx
4545
4646syntax module hint(desc "module") =
47- MODULE type* import* tag* global* mem* table* func* data* elem* start? export*
47+ MODULE
48+ list(type)
49+ list(import)
50+ list(tag)
51+ list(global)
52+ list(mem)
53+ list(table)
54+ list(func)
55+ list(data)
56+ list(elem)
57+ start?
58+ list(export)
4859
4960
5061;; Meta variables
You can’t perform that action at this time.
0 commit comments