From 2882ffd8dc9a00edec286ffc6d44cc13359204ec Mon Sep 17 00:00:00 2001 From: Gordon Brander Date: Sun, 8 Jan 2017 15:21:54 -0800 Subject: [PATCH] Add .lualit to supported types Docco already supports .lua.md, but this allows .lualit files to get support as well. --- resources/languages.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/languages.json b/resources/languages.json index b887e886..fefb387e 100644 --- a/resources/languages.json +++ b/resources/languages.json @@ -36,6 +36,7 @@ ".litcoffee": {"name": "coffeescript", "symbol": "#", "literate": true}, ".ls": {"name": "coffeescript", "symbol": "#"}, ".lua": {"name": "lua", "symbol": "--"}, + ".lualit": {"name": "lua", "symbol": "--", "literate": true}, ".n": {"name": "nemerle", "symbol": "//"}, ".m": {"name": "objectivec", "symbol": "//"}, ".mel": {"name": "mel", "symbol": "//"},