andik / IDL-Syntax

simple IDL (Microsoft midl, Mozilla WebIDL) syntax highlighting for Sublime Text
MIT License
11 stars 8 forks source link

Scope names conflict #2

Closed pchaigno closed 9 years ago

pchaigno commented 9 years ago

We would like to use this Sublime Text package at github/linguist#1850 to highlight WebIDL code on GitHub. However, the scope name source.idl is already used by IDL.

This pull request changes it to source.webidl. Would that be possible?

andik commented 9 years ago

Huh, I'm sorry for being late... OK, I think we could do this. But, I wrote this package primarily for MS IDL files thus I'll introduce a second namespace 'source.msidl' so this does not infer namespacing. greetings

andik commented 9 years ago

ok, second namespace doesn't seem possible. thus I'll kepp webidl. greetings.

pchaigno commented 9 years ago

Thanks!