wesbos / cobalt2

Tweaked and refined Sublime Text theme based on the original cobalt.
1.56k stars 154 forks source link

Colorscheme is not activated on php filees. #158

Closed sarbazx closed 6 years ago

sarbazx commented 6 years ago

color-scheme Colorsheme does not work on php files but works for other files. Here is the settings:

    "debug": false,
    "prettier_cli_path": "/home/tasqyn/.asdf/installs/nodejs/9.2.0/.npm/bin/prettier",
    "node_path": "/home/tasqyn/.asdf/shims/node",
    "auto_format_on_save": true,
    "auto_format_on_save_excludes": ["*/node_modules/*"],
    "allow_inline_formatting": true,
    "custom_file_extensions": [],
    "max_file_size_limit": -1,
    "additional_cli_args": {},
    "prettier_options": {
        "printWidth": 100,
        "singleQuote": false,
        "trailingComma": "none",
        "bracketSpacing": true,
        "jsxBracketSameLine": false,
        "parser": "babylon",
        "semi": true,
        "requirePragma": false,
        "proseWrap": true
    }
}

What am I doing wrong?