Looking for a plugin developer
My needs are simple. I need to be able to use Antlers (https://docs.statamic.com/antlers) within PHPStorm. There is a TextMate plugin with some functionality https://github.com/addisonhall/antlers-statamic-sublime-syntax, but if I use it I have to associate *.html with the TextMate file which makes the HTML features of PHPStorm no longer function.
How can we get the Antlers syntax working within PHPStorm in .html files while keeping all the other HTML features of PHPStorm?
请先登录再写评论。
Please also see: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000091970-How-to-inject-a-language-from-a-TextMate-bundle-into-HTML-
Can anyone help me get this language into PHPStorm while still keeping HTML functions working?
Does anyone know how to create a custom language for PHPStorm? I have a VS Code, Atom or Sublime plugin that I would like to convert. I need to keep the .html features working however as Statamic uses .html by default.
Custom languages are introduced via custom plugins that are created with Java.
You can check the official SDK at https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started.html .