I open the "Find in Files" dialog, and I want to search for multiple file types (*.css, *.php, etc). I've tried the following formats, but they don't work. What is the correct method for specifying multiple file types here? Thanks.
*.css, *.php
*.css,*.php
*.css *.php
*.css; *.php