api-blueprint-sublime-plugin
                                
                                 api-blueprint-sublime-plugin copied to clipboard
                                
                                    api-blueprint-sublime-plugin copied to clipboard
                            
                            
                            
                        API Blueprint Sublime Text plugin
Installing apiblueprint from package control and accessing an .apib gives: SublimeLinter: ERROR: ===================== apiblueprint: Defining 'cls.selectors' has no effect anymore. Use http://www.sublimelinter.com/en/stable/linter_settings.html#selector instead. SublimeLinter: ERROR: ===================== apiblueprint disabled. 'selector' is...
Code-blocks within list items (i-e, blocks that are indented by 4 spaces inside a list item) are not marked as code blocks, so underscores and other markdown syntax still work...
See apiaryio/api-blueprint#202. Sample at [line 126](https://github.com/BrightcoveLearning/cms-api/blob/742e109f87d8046338b4bcf8c747210ecc3310fc/apiary.apib#L126).
It seems like current code folding markers are just the one inherited from Markdown. We could improve this one a lot on `Resource Groups`, `Groups` and so on.
The docs for API Blueprint suggest comments should be HTML style: ``` ``` but the linter highlights it as an unrecognised block.
I'm using Mac. 1. Installed the plugin using Package Control. 2. Opened arbitrary `apiary.apib` file. 3. Selected "API Blueprint" highlighting. 4. Text is still not highlighted. Here and there, one...
This plugin does not highlight the schema body. If you replace `Schema` with `Body`, the highlighting comes back. I had a look at the source and can't seem to figure...
i've just installed the plugin and it's not clear to me as to how to use the ast file resulting from the parse command. specifically, i see the following warnings:...