Thom1729 / YAML-Macros

A macro system for YAML files powered by Python. Intended for Sublime Text development.
MIT License
21 stars 3 forks source link

add include_resource macro to extend lib #24

Closed keith-hall closed 6 years ago

keith-hall commented 6 years ago

add include_resource macro to extend lib, to allow use of Sublime Text resources, even those contained in .sublime-package files - as discussed in #23

niksy commented 5 years ago

Is this feature fully implemented? I’m trying to use syntax from package, but it seems that functionality inside get_st_resource isn’t referenced anywhere?