davidhq / SublimeEthereum

Ethereum Solidity, Vyper, Yul and StarkNet Cairo language syntaxes
MIT License
116 stars 43 forks source link

GitHub does not support `.sublime-syntax` #32

Closed veox closed 5 years ago

veox commented 5 years ago

See https://github.com/github/linguist/pull/3973#issuecomment-461797745 and following comments.

(This repo is used as a git sub-module for Solidity syntax highlighting across GitHub.)

I released Linguist v7.2.0 this morning which included an update to all grammars including SublimeEthereum which is used for Solidity highlighting (...)

The grammar has switched from a TextMate compatible grammar to a Sublime Text compatible grammar - Linguist does not support .sublime-syntax grammars: (followed by a list of supported grammars)

The grammar was changed from .tmLanguage to .sublime-syntax in commit abca952b5ad23a086407cf7815e83e19b85ab93c (not part of any PR).

The change landed in tagged release v1.1.0; the previous tag with .tmLanguage is v1.0.3.