summaryrefslogtreecommitdiff
path: root/meta/3rd/Jass/config.lua
blob: 5e64199083a3a92964a39a07494eac583a12c58a (plain)
1
2
3
4
5
6
7
8
9
-- matched words
words   = {'jass.common'}
configs = {
    {
        name  = 'Lua.runtime.version'
        type  = 'set',
        value = 'Lua 5.3',
    },
}