Update remix_plugin_api.md

pull/7/head
yann300 6 years ago committed by GitHub
parent 6555bbf0eb
commit 23ae0ee144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/remix_plugin_api.md

@ -49,9 +49,9 @@ This section list all the available key and value pair which define this API:
### editor
- getCurrentFile `@return {String} current file path displayed in the editor`
- getFile `@param {String} path, @return {String} content`
- getFile `@param {String} path`
- setFile `@param {String} path, @param {String} content`
- highlight `@param {Object} lineColumnPos, @param {String} filePath, @param {String} hexColor `
- highlight `@param {Object} lineColumnPos, @param {String} filePath, @param {String} hexColor`

Loading…
Cancel
Save