Re: [csswg-drafts] [meta] Get syntax highlighting for Bikeshed files

Meanwhile, https://github.com/github/linguist/issues/1792 has been closed and a [`.gitattributes` override](https://github.com/github/linguist#overrides) should work, e.g. treating Bikeshed as Markdown (which includes HTML):

````
$ cat .gitattributes
*.bs linguist-language=Markdown
````

-- 
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/903#issuecomment-290556671 using your GitHub account

Received on Thursday, 30 March 2017 21:55:40 UTC