Skip to content

Commit

Permalink
Added CFML for into abbreviatoin scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Sep 19, 2020
1 parent 99ce111 commit 0e02075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Emmet.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"source.sass - meta.property-value - meta.property-name - string - punctuation - comment",
"(source.css | source.scss | source.less | source.postcss | source.stylus) & meta.property-list",
"(source.css | source.scss | source.less | source.postcss | source.stylus) - meta.property-value - meta.property-name - string - comment",
"(source.tsx | source.js | source.jsx) - comment",
"(source.tsx | source.js | source.jsx) - comment",
"text.html.cfml - meta.tag",
// Inline CSS
"text.html meta.attribute-with-value.style (string.quoted | source.css)"
],
Expand Down

0 comments on commit 0e02075

Please sign in to comment.