summaryrefslogtreecommitdiff
path: root/lang/json.lua
blob: 73a193eb2f0b24369d1ae50b01436819bfdfc629 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- json.lua
--
-- JSON language pack base for Gitano
--
-- Copyright 2016 Daniel Silverstone <dsilvers@digital-scurf.org>
--
-- NOTE: This is entirely experimental and exists only to ensure we remember to
-- do something with it.  At this time it is unsupported and will not be
-- stable.  Also at this point it's entirely incomplete/unimplemented.
-- 

return {
   
}