
- The file type name: SASS
- The filename extensions that are used by the file type (e.g. .vb for Visual Basic): .scss
- A brief description telling what it is used for: This is kind of like jQuery for CSS, it extends it's abilities a great extent.
- The URL to full specifications of the file type: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
- Where specifically can the language's list of keywords, comment styles, etc. be found?: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html
- How is the language commented, and what commenting style makes the most sense for comment/uncomment selection features?: It's basically an advanced version of CSS< it uses /* and */ for comments, just like CSS.
- Which delimiters make sense to be highlighted in delimiter highlighting? Not 100% sure what this means, but like I said above, it's basically the same syntax as CSS.
- Links to example code for the file type: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html