andy-blum / drupal-smart-snippets

This extension adds rich language support for Drupal Hooks, Services, and Render Elements to VS Code.
https://marketplace.visualstudio.com/items?itemName=andrewdavidblum.drupal-smart-snippets
MIT License
21 stars 4 forks source link

fix: broken hook variables #20

Closed andy-blum closed 1 year ago

andy-blum commented 1 year ago

closes #18

Turns out $variable has to be escaped as \\$variable. I don't know why this worked previously, but now it should work going forward.