Double Filetype Extension: Correct Syntax Highlighting in Sublime Text 3
问题 I am working with some .scss.liquid files and they always open as HTML Liquid, no matter how many times I set the syntax. Update: I tried open all with current extension as option, but unfortunately this affects files that are .js.liquid and .html.liquid as well. 回答1: Sublime Text allows you to apply settings on a per-language basis (actually, per syntax). One of the available settings allows you to map file extensions to the given syntax. Assuming you're using a syntax named SCSS , Create an