PyCharm - Is community edition able to highlight css/javascript?

后端 未结 6 1838
面向向阳花
面向向阳花 2020-12-29 21:11

I\'m exploring the features of PyCharm to decide if I should use it(now PyDev). All looks great, but I haven\'t find a way to make PyCharm highlight css or js files:

6条回答
  •  一向
    一向 (楼主)
    2020-12-29 21:34

    You can create a new syntax definition via Settings / Editor / File and Code Templates.

    Alternatively create a javascript.xml file in C:\Users\%USERNAME%.PyCharm30\config\filetypes with this content:

    
    
      
        
          
        
      
      
        
      
    
    

提交回复
热议问题