Work with SASS in Adobe Dreamweaver

I am trying to understand how to start using SASS files in Dreamweaver.

The error message I get when I try to open is: "Cannot find a valid editor for this file extension."

All my SASS files are valid and open well with Eclipse.

Thanks in advance to everyone who could write any advice on this matter.

+5
source share
6 answers

OK I have found the answer.

, , Dreamweaver, "" > "" > " /" ( " :" ), , .sass.

. .

, , .

+7

Dreamweaver .scss .css ( ), Adobe TechNote

+4

visual28 .

DreamweaverCS?/Configuration/DocumentTypes/MMDocumentTypes.xml  

Windows winfileextension="css" winfileextension="css,scss"

Mac macfileextension="css" macfileextension="css,scss"

+4

, "MMDocumentTypes.xml",

C:\Users\\AppData\Roaming\Adobe\Dreamweaver CS5?\En_US\Configuration\DocumentTypes\MMDocumentTypes.xml

winfileextension="css" winfileextension="css,scss"...

.

+3
  • Dreamweaver

  • , " >

  • , C:\users\Dylan \,

  • AppData//Adobe/Dreamweaver CS6/en_US//

  • Extensions.txt

  • :

HTM, HTML, SHTM, SHTML, HTA, HTC, XHTML, STM, SSI, JS, JSON, AS, ASC, ASR, XML, XSL, XSD, DTD, XSLT, RSS, RDF, , DWT, ASP, ASA, ASPX, ASCX, ASMX, CONFIG, CS, CSS, LESS, SCSS, CFM, CFML, CFC, TLD, TXT, PHP, PHP3, PHP4, PHP5, PHP-DIST, PHTML, JSP, WML, TPL, , JSF, VB, VBS, VTM, VTML, INC, SQL, JAVA, , MASTER, INFO, INSTALL, , CONFIG, , , , SVG:

  1. :

CSS:

CSS, LESS, SCSS:

  1. DocumentTypes

  2. MMDocumentTypes.xml

  3. , :

= > documenttype id = "CSS"

 <documenttype id="CSS" internaltype="Text"
 winfileextension="css,less,sass,scss" macfileextension="css"
 file="Default.css" writebyteordermark="false" mimetype="text/css" >
  1. Dreamweaver

+2

All Articles