Where to find a list of scopes for Sublime2 (or textMate?)

前端 未结 7 847
栀梦
栀梦 2021-01-29 23:11

in .tmTheme files the scope key defines how a element is highlighted:

    
        name
        HTML: Attribute          


        
7条回答
  •  半阙折子戏
    2021-01-29 23:22

    Scopes are from tmLanguage files which are different for each syntax. You can find a list of scope naming conventions at http://manual.macromates.com/en/language_grammars

提交回复
热议问题