You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I read the debugging guide and researched the issue to the best of my ability.
My issue can be observed on the latest available commit of Doom.
My issue can be observed on a stable release of Emacs (i.e. doesn't end in .50, .60, or .9*)
Describe your issue
After enabling +tree-sitter flag for PHP, when I create a new PHP file I expect the new file template to be applied but an empty file is created instead.
I've defined the new file template in ~/.config/doom/snippets/php-ts-mode/__.
Disabling +tree-sitter flag correctly inserts the php-mode template (~/.config/doom/snippets/php-mode/__).
Steps to reproduce
Enable +tree-sitter flag in :lang php
Ensure a template is present in ~/.config/doom/snippets/php-ts-mode/__
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I confirm that...
I searched the FAQ, issue tracker, discussions board, documentation, and wiki, and found nothing about my issue.
I read the debugging guide and researched the issue to the best of my ability.
My issue can be observed on the latest available commit of Doom.
My issue can be observed on a stable release of Emacs (i.e. doesn't end in
.50
,.60
, or.9*
)Describe your issue
After enabling
+tree-sitter
flag for PHP, when I create a new PHP file I expect the new file template to be applied but an empty file is created instead.I've defined the new file template in
~/.config/doom/snippets/php-ts-mode/__
.Disabling
+tree-sitter
flag correctly inserts thephp-mode
template (~/.config/doom/snippets/php-mode/__
).Steps to reproduce
+tree-sitter
flag in:lang php
~/.config/doom/snippets/php-ts-mode/__
System information
https://pastebin.com/6c5UBUtQ
Beta Was this translation helpful? Give feedback.
All reactions