T
T
thirteen_bit2021-06-10 19:02:02
Sublime Text
thirteen_bit, 2021-06-10 19:02:02

Is it possible to add completions for HTML inside a PHP file?

Hello! I have .sublime-completions for PHP files with the following scope:

{
    "scope": "source.php",

    "completions":
    [
       
    ]
}


Is it possible in Sublime text 3 to write completions for HTML inserts in PHP files?
<?php
// some code...
?>

<div class="card">
здесьпишетсятриггер
</div>


Triggers for PHP and HTML may overlap in name.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question