Replies: 1 comment
-
With doomemacs/doomemacs@1adec8b this should be fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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