From a53286c241004f74c5798ff120c6fd0535e36cc1 Mon Sep 17 00:00:00 2001 From: syndbg Date: Thu, 15 Jan 2015 22:31:10 +0200 Subject: [PATCH] Added .tac to python.cson's filetypes. .tac is a twisted application configuration, using Python syntax. --- grammars/python.cson | 1 + 1 file changed, 1 insertion(+) diff --git a/grammars/python.cson b/grammars/python.cson index aea9fb1..622fce1 100644 --- a/grammars/python.cson +++ b/grammars/python.cson @@ -13,6 +13,7 @@ 'Sconstruct' 'sconstruct' 'Snakefile' + 'tac' 'wsgi' ] 'firstLineMatch': '^#!/.*\\bpython\\b'