Copy link to clipboard
Copied
In older versions of dreamweaver users could customize file extension/associations - e.g. associate *.inc files as HTML so the html parsing engine would kick in.
Those same directions to make associations don't seem to work in dreamweaver 2020.
These are the directions I'm referring to: https://helpx.adobe.com/dreamweaver/kb/change-add-recognized-file-extensions.html
In dreamweaver 2020 I tried updating the .xml file first... restarted dreamweaver and nothing happened.
Next, I updated both the .xml and .txt file as specified, again, no change (note I also ended task on all adobe processes to see if that had something to do with it - on windows).
Can someone please tell me how to add custom file extensions in the new dreamweaver 2020?
Those old instructions were for legacy Creative Suite.
The new DW uses a Brackets code engine. To add extensions, edit the Brackets JSON file.
Copy link to clipboard
Copied
It's unclear what you're trying to achieve. Include files are not whole documents. They typically contain code fragments. If you think you require HTML code colors, hints and linting in your server-side include files, simply rename the .inc files with .html file extensions. OTOH, to parse content from server-side includes, you need a local testing server -- Wamp, Xampp or Mamp.
Copy link to clipboard
Copied
Those old instructions were for legacy Creative Suite.
The new DW uses a Brackets code engine. To add extensions, edit the Brackets JSON file.