SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

auto_complete_trigger missing quote in README #53

Closed ashemedai closed 9 years ago

ashemedai commented 9 years ago

In the README the section for the auto_complete_triggers has the following currently:

{ characters": ".", "selector": "source.yaml-tmlanguage - comment" }

It should be:

{ "characters": ".", "selector": "source.yaml-tmlanguage - comment" }

FichteFoll commented 9 years ago

Gotcha.