yazd / DKit

DKit is a package to aid developing D programs using Sublime Text 3.
62 stars 23 forks source link

Allow autocompletion inside of block statements #34

Closed Hackerpilot closed 8 years ago

Hackerpilot commented 8 years ago

DKit does not work with build 3103 of Sublime Text. It seems that a side effect of the syntax highlighting fixes is that the string returned by view.scope_name has changed.

Checking for "starts with" instead of equality seems to fix the issue.

yazd commented 8 years ago

Thanks.