bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
456 stars 92 forks source link

Syntax highlighting not updating on Open Gist in Editor #7

Open shawnoster opened 12 years ago

shawnoster commented 12 years ago

Even though all my Gists have extensions Sublime doesn't seem to be updating the language package to use. When I issue "Open Gist in Editor" my gist comes down just fine but the syntax stays as "plain text". Anyway to get the command to kick sublime to reevaluate the language based on extension?

bgreenlee commented 12 years ago

Good catch. I'll look into it.

bgreenlee commented 12 years ago

Ok, done. Update to version 2.0.6.

Dayjo commented 10 years ago

Hate to drag up old issues, but this is not working for me. Want me to raise a new issue, or should this one be reopened? I'm on Sublime Text Stable Channel, Build 3059, on OS-X 10.9.1.

Getting the following error; WARNING no mapping for 'php'

bgreenlee commented 10 years ago

@Dayjo Give it a try now (restart Sublime and it should reload)

rrodrigueznt commented 7 years ago

Hi! Sorry to be back on this issue! Here what I'm getting working with... Sublime Text 3 on Mac OS X El Capitan 10.11.6 and sublime-github v1.2.2

Package Control: Fetching list of available packages and dependencies
  Platform: osx-x64
  Sublime Text Version: 3126
  Package Control Version: 3.2.1
Package Control: No updated packages

R syntax is not detected when opening a gist with R extension...

2017-05-26 14:59:27,618 no mapping for 'r'

This is also truth for any other extension. All of them work fine when opening a local copy of the scripts/files. Please, any idea?

Thanks for your time!