Every time I open an hbs file in Sublime Text 3, I should go to View>Syntax>HTML to change the syntax view. How can I make it automatic or default in Sublime?
            Asked
            
        
        
            Active
            
        
            Viewed 248 times
        
    0
            
            
         
    
    
        Fariman Kashani
        
- 856
- 1
- 16
- 29
- 
                    1Go to `View -> Syntax -> Open all with current extension as ...` and select 'HTML' option. Source: https://stackoverflow.com/questions/8088475/how-to-customise-file-type-to-syntax-associations-in-sublime-text – Veeresham Tammali Jul 14 '18 at 13:57
- 
                    This question is off-topic. See [What topics can I ask about here?](https://stackoverflow.com/help/on-topic) – idleberg Jul 15 '18 at 10:33
1 Answers
1
            In Sublime Text (confirmed in both v2.x and v3.x) there is a menu command:
View -> Syntax -> Open all with current extension as ...
Form this post Answered by TedG (Edited byAir)
 
    
    
        Fariman Kashani
        
- 856
- 1
- 16
- 29