We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302aae0 commit d638c57Copy full SHA for d638c57
CSS3.sublime-syntax
@@ -2472,6 +2472,17 @@ contexts:
2472
- include: fill-rule
2473
- include: string
2474
2475
+ func-paint:
2476
+ - match: \b(paint)(\()
2477
+ captures:
2478
+ 1: support.function.paint.css
2479
+ 2: punctuation.section.function.begin.css
2480
+ push:
2481
+ - meta_scope: meta.function.paint.css
2482
+ - include: end-func
2483
+ - include: func-var
2484
+ - include: identifier
2485
+
2486
func-perspective:
2487
- match: \b(perspective)(\()
2488
captures:
@@ -2922,6 +2933,7 @@ contexts:
2922
2933
- include: func-element
2923
2934
- include: func-image-set
2924
2935
- include: func-image
2936
+ - include: func-paint
2925
2937
- include: func-url
2926
2938
2927
2939
integer:
0 commit comments