I need to assign a custom extension to be recognized as a twig file in netbeans (\'blade.php\' as \'twig\' file and give me syntax highlighting and code completion appropria
Workaround I figured out and seems to work (at least Netbeans 8.x+)
Tools > Options > Miscellaneous > FilesAssociate File Type (MIME) select TWIG (text/x-twig)Options window%AppData%\Netbeans\\ config\Services\MIMEResolveruser-defined-mime-resolver.xml entry (or whatever you entred above)Voilà, higlighting should now work in Netbeans IDE :)