vicoapp / vico

Mac Programmers Text Editor
http://www.vicoapp.com/
657 stars 89 forks source link

python through :setfiletype #79

Closed corelon closed 10 years ago

corelon commented 10 years ago

When I try :setfiletype python it tells me that there is more than one match (probably because of the RegularExpression Python syntax. Is there a way to become more specific in setting the filetype?

Shadowfiend commented 10 years ago

If you actually hit <tab> after typing :setfiletype, you'll get a list of completions. In this case, you'll see that completions take the form of TextMate identifiers, and in particular Python is source.python. Let me know if that doesn't work for you!

corelon commented 10 years ago

Thanks it is working! I had no clue about this functionlity

On Wed, Feb 5, 2014 at 3:34 PM, Antonio Salazar Cardozo < notifications@github.com> wrote:

If you actually hit after typing :setfiletype, you'll get a list of completions. In this case, you'll see that completions take the form of TextMate identifiers, and in particular Python is source.python. Let me know if that doesn't work for you!

Reply to this email directly or view it on GitHubhttps://github.com/vicoapp/vico/issues/79#issuecomment-34190105 .

Shadowfiend commented 10 years ago

Sweet :) Yeah, there are some hidden gems here and there ;)