Guest User

Untitled

a guest
Dec 10th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. class AbstracPluginClass
  2. all_syntaxes: [
  3. "php"
  4. "javascript"
  5. "bash"
  6. "html"
  7. #...
  8. ]
  9.  
  10. class MonPlugin extends AbstracPluginClass
  11. new_syntaxes = [
  12. javascript: "js"
  13. bash: "sh"
  14. others:
  15. "jquery": "javascrit" #Set javascript for each other plugin if jquery is not defined in all_syntaxes
  16. ]
  17. setSyntaxes({js: "javascript"})
Add Comment
Please, Sign In to add comment