Skip to content
Commit 4a2e90f6 authored by Jonathan Poelen's avatar Jonathan Poelen
Browse files

CSS, SCSS: update properties, functions, at-rules and more highlighting

New highlighting:
- Vendor Properties: properties prefixed with `-webkit-`, `-moz`, `-o-` or `-ms-`
- At Rule Text: text in `@rules text`
- Block Symbol: `{` and `}`
- Unknown Function
- Calc Constant: `pi`, `inifity`, `e` and `NaN` in `calc()`
- Condition Open/Close: `(` and `)` with `@media` and `@supports`
- Condition Property: properties in `@media`/`@supports (prop: value)`
- Media Type
- Property Separator: `:` in `prop: value;`
- Named Color
- Selector Symbol
- Attribute Name: name in `[name=value]`
- Attribute Operator symbols and operator (`s`/`i`) in `[name=value i]`

Also contains a script capable of extracting properties and functions from an mdn or sass repository and updating the syntaxes.
parent dcb0ded3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment