arsham
1/12/2017 - 8:12 PM

sublime_text_packages.json

{
    "schema_version": "3.0.0",
    "packages": [
        {
            "name": "GoToChar",
            "author": "Arsham Shirvani",
            "details": "https://github.com/arsham/GoToChar",
            "readme": "https://raw.githubusercontent.com/arsham/GoToChar/master/README.md",
            "issues": "https://github.com/arsham/GoToChar/issues",
            "labels": ["search", "text navigation"],
            "releases": [
                {
                    "sublime_text": ">=3000",
                    "tags": true
                }
            ]
        },
        {
            "name": "SelectBetween",
            "author": "Arsham Shirvani",
            "details": "https://github.com/arsham/SelectBetween",
            "readme": "https://raw.githubusercontent.com/arsham/SelectBetween/master/README.md",
            "issues": "https://github.com/arsham/SelectBetween/issues",
            "labels": ["search", "text navigation"],
            "releases": [
                {
                    "sublime_text": ">=3000",
                    "tags": true
                }
            ]
        }
    ]
}