diff --git a/grammars/tree-sitter-python.cson b/grammars/tree-sitter-python.cson index 4951b02..20180e4 100644 --- a/grammars/tree-sitter-python.cson +++ b/grammars/tree-sitter-python.cson @@ -24,6 +24,8 @@ fileTypes: [ 'wsgi' ] +injectionRegex: '^py$|python|Python' + folds: [ { type: ['if_statement']