Skip to content

Instantly share code, notes, and snippets.

Created November 12, 2014 00:14
Show Gist options
  • Save anonymous/43876e18f7d8c9e76f30 to your computer and use it in GitHub Desktop.
Save anonymous/43876e18f7d8c9e76f30 to your computer and use it in GitHub Desktop.
{
"folders":
[
{
"file_exclude_patterns":
[
"sftp-config.json"
],
"follow_symlinks": true,
"path": "/Users/Sean/Dropbox/Sites/Dev"
}
]
}
@shornuk
Copy link

shornuk commented Nov 17, 2014

I've only just seen your response, apologies!
Just tried this out and it works like a charm, thank you!

@ryansnowden
Copy link

Thanks for keeping this gist alive!

@tommymarshall
Copy link

I was getting an error with @reywood's snippet, this one worked for me:

{
    "folders":
    [
        {
            "follow_symlinks": true,
            "path": "/Users/viget/Projects/ccusa"
        }
    ],
    "syntax_override":
    {
        "\\.html$": ["Craft-Twig", "Syntaxes", "Craft-Twig"]
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment