1
1
Prism . languages . mel = {
2
- 'comment' : / \/ \/ .* / ,
2
+ 'comment' : {
3
+ pattern : / \/ \/ .* | \/ \* [ \s \S ] * ?\* \/ / ,
4
+ greedy : true
5
+ } ,
3
6
'code' : {
4
- pattern : / ` (?: \\ .| [ ^ \\ ` \r \n ] ) * ` / ,
7
+ pattern : / ` (?: \\ .| [ ^ \\ ` ] ) * ` / ,
5
8
greedy : true ,
6
9
alias : 'italic' ,
7
10
inside : {
8
11
'delimiter' : {
9
12
pattern : / ^ ` | ` $ / ,
10
13
alias : 'punctuation'
14
+ } ,
15
+ 'statement' : {
16
+ pattern : / [ \s \S ] + / ,
17
+ inside : null // see below
11
18
}
12
- // See rest below
13
19
}
14
20
} ,
15
21
'string' : {
@@ -23,21 +29,18 @@ Prism.languages.mel = {
23
29
alias : 'operator'
24
30
} ,
25
31
'keyword' : / \b (?: b r e a k | c a s e | c o n t i n u e | d e f a u l t | d o | e l s e | f l o a t | f o r | g l o b a l | i f | i n | i n t | m a t r i x | p r o c | r e t u r n | s t r i n g | s w i t c h | v e c t o r | w h i l e ) \b / ,
26
- 'function' : / \b \w + (? = \( ) | \b (?: C B G | H f A d d A t t r a c t o r T o A S | H f A s s i g n A S | H f B u i l d E q u a l M a p | H f B u i l d F u r F i l e s | H f B u i l d F u r I m a g e s | H f C a n c e l A F R | H f C o n n e c t A S T o H F | H f C r e a t e A t t r a c t o r | H f D e l e t e A S | H f E d i t A S | H f P e r f o r m C r e a t e A S | H f R e m o v e A t t r a c t o r F r o m A S | H f S e l e c t A t t a c h e d | H f S e l e c t A t t r a c t o r s | H f U n A s s i g n A S | M a y a t o m r | a b o u t | a b s | a d d A t t r | a d d A t t r i b u t e E d i t o r N o d e H e l p | a d d D y n a m i c | a d d N e w S h e l f T a b | a d d P P | a d d P a n e l C a t e g o r y | a d d P r e f i x T o N a m e | a d v a n c e T o N e x t D r i v e n K e y | a f f e c t e d N e t | a f f e c t s | a i m C o n s t r a i n t | a i r | a l i a s | a l i a s A t t r | a l i g n | a l i g n C t x | a l i g n C u r v e | a l i g n S u r f a c e | a l l V i e w F i t | a m b i e n t L i g h t | a n g l e | a n g l e B e t w e e n | a n i m C o n e | a n i m C u r v e E d i t o r | a n i m D i s p l a y | a n i m V i e w | a n n o t a t e | a p p e n d S t r i n g A r r a y | a p p l i c a t i o n N a m e | a p p l y A t t r P r e s e t | a p p l y T a k e | a r c L e n D i m C o n t e x t | a r c L e n g t h D i m e n s i o n | a r c l e n | a r r a y M a p p e r | a r t 3 d P a i n t C t x | a r t A t t r C t x | a r t A t t r P a i n t V e r t e x C t x | a r t A t t r S k i n P a i n t C t x | a r t A t t r T o o l | a r t B u i l d P a i n t M e n u | a r t F l u i d A t t r C t x | a r t P u t t y C t x | a r t S e l e c t C t x | a r t S e t P a i n t C t x | a r t U s e r P a i n t C t x | a s s i g n C o m m a n d | a s s i g n I n p u t D e v i c e | a s s i g n V i e w p o r t F a c t o r i e s | a t t a c h C u r v e | a t t a c h D e v i c e A t t r | a t t a c h S u r f a c e | a t t r C o l o r S l i d e r G r p | a t t r C o m p a t i b i l i t y | a t t r C o n t r o l G r p | a t t r E n u m O p t i o n M e n u | a t t r E n u m O p t i o n M e n u G r p | a t t r F i e l d G r p | a t t r F i e l d S l i d e r G r p | a t t r N a v i g a t i o n C o n t r o l G r p | a t t r P r e s e t E d i t W i n | a t t r i b u t e E x i s t s | a t t r i b u t e I n f o | a t t r i b u t e M e n u | a t t r i b u t e Q u e r y | a u t o K e y f r a m e | a u t o P l a c e | b a k e C l i p | b a k e F l u i d S h a d i n g | b a k e P a r t i a l H i s t o r y | b a k e R e s u l t s | b a k e S i m u l a t i o n | b a s e n a m e | b a s e n a m e E x | b a t c h R e n d e r | b e s s e l | b e v e l | b e v e l P l u s | b i n M e m b e r s h i p | b i n d S k i n | b l e n d 2 | b l e n d S h a p e | b l e n d S h a p e E d i t o r | b l e n d S h a p e P a n e l | b l e n d T w o A t t r | b l i n d D a t a T y p e | b o n e L a t t i c e | b o u n d a r y | b o x D o l l y C t x | b o x Z o o m C t x | b u f f e r C u r v e | b u i l d B o o k m a r k M e n u | b u i l d K e y f r a m e M e n u | b u t t o n | b u t t o n M a n i p | c a c h e F i l e | c a c h e F i l e C o m b i n e | c a c h e F i l e M e r g e | c a c h e F i l e T r a c k | c a m e r a | c a m e r a V i e w | c a n C r e a t e M a n i p | c a n v a s | c a p i t a l i z e S t r i n g | c a t c h | c a t c h Q u i e t | c e i l | c h a n g e S u b d i v C o m p o n e n t D i s p l a y L e v e l | c h a n g e S u b d i v R e g i o n | c h a n n e l B o x | c h a r a c t e r | c h a r a c t e r M a p | c h a r a c t e r O u t l i n e E d i t o r | c h a r a c t e r i z e | c h d i r | c h e c k B o x | c h e c k B o x G r p | c h e c k D e f a u l t R e n d e r G l o b a l s | c h o i c e | c i r c l e | c i r c u l a r F i l l e t | c l a m p | c l e a r | c l e a r C a c h e | c l i p | c l i p E d i t o r | c l i p E d i t o r C u r r e n t T i m e C t x | c l i p S c h e d u l e | c l i p S c h e d u l e r O u t l i n e r | c l i p T r i m B e f o r e | c l o s e C u r v e | c l o s e S u r f a c e | c l u s t e r | c m d F i l e O u t p u t | c m d S c r o l l F i e l d E x e c u t e r | c m d S c r o l l F i e l d R e p o r t e r | c m d S h e l l | c o a r s e n S u b d i v S e l e c t i o n L i s t | c o l l i s i o n | c o l o r | c o l o r A t P o i n t | c o l o r E d i t o r | c o l o r I n d e x | c o l o r I n d e x S l i d e r G r p | c o l o r S l i d e r B u t t o n G r p | c o l o r S l i d e r G r p | c o l u m n L a y o u t | c o m m a n d E c h o | c o m m a n d L i n e | c o m m a n d P o r t | c o m p a c t H a i r S y s t e m | c o m p o n e n t E d i t o r | c o m p o s i t i n g I n t e r o p | c o m p u t e P o l y s e t V o l u m e | c o n d i t i o n | c o n e | c o n f i r m D i a l o g | c o n n e c t A t t r | c o n n e c t C o n t r o l | c o n n e c t D y n a m i c | c o n n e c t J o i n t | c o n n e c t i o n I n f o | c o n s t r a i n | c o n s t r a i n V a l u e | c o n s t r u c t i o n H i s t o r y | c o n t a i n e r | c o n t a i n s M u l t i b y t e | c o n t e x t I n f o | c o n t r o l | c o n v e r t F r o m O l d L a y e r s | c o n v e r t I f f T o P s d | c o n v e r t L i g h t m a p | c o n v e r t S o l i d T x | c o n v e r t T e s s e l l a t i o n | c o n v e r t U n i t | c o p y A r r a y | c o p y F l e x o r | c o p y K e y | c o p y S k i n W e i g h t s | c o s | c p B u t t o n | c p C a c h e | c p C l o t h S e t | c p C o l l i s i o n | c p C o n s t r a i n t | c p C o n v C l o t h T o M e s h | c p F o r c e s | c p G e t S o l v e r A t t r | c p P a n e l | c p P r o p e r t y | c p R i g i d C o l l i s i o n F i l t e r | c p S e a m | c p S e t E d i t | c p S e t S o l v e r A t t r | c p S o l v e r | c p S o l v e r T y p e s | c p T o o l | c p U p d a t e C l o t h U V s | c r e a t e D i s p l a y L a y e r | c r e a t e D r a w C t x | c r e a t e E d i t o r | c r e a t e L a y e r e d P s d F i l e | c r e a t e M o t i o n F i e l d | c r e a t e N e w S h e l f | c r e a t e N o d e | c r e a t e R e n d e r L a y e r | c r e a t e S u b d i v R e g i o n | c r o s s | c r o s s P r o d u c t | c t x A b o r t | c t x C o m p l e t i o n | c t x E d i t M o d e | c t x T r a v e r s e | c u r r e n t C t x | c u r r e n t T i m e | c u r r e n t T i m e C t x | c u r r e n t U n i t | c u r v e | c u r v e A d d P t C t x | c u r v e C V C t x | c u r v e E P C t x | c u r v e E d i t o r C t x | c u r v e I n t e r s e c t | c u r v e M o v e E P C t x | c u r v e O n S u r f a c e | c u r v e S k e t c h C t x | c u t K e y | c y c l e C h e c k | c y l i n d e r | d a g P o s e | d a t e | d e f a u l t L i g h t L i s t C h e c k B o x | d e f a u l t N a v i g a t i o n | d e f i n e D a t a S e r v e r | d e f i n e V i r t u a l D e v i c e | d e f o r m e r | d e g _ t o _ r a d | d e l e t e | d e l e t e A t t r | d e l e t e S h a d i n g G r o u p s A n d M a t e r i a l s | d e l e t e S h e l f T a b | d e l e t e U I | d e l e t e U n u s e d B r u s h e s | d e l r a n d s t r | d e t a c h C u r v e | d e t a c h D e v i c e A t t r | d e t a c h S u r f a c e | d e v i c e E d i t o r | d e v i c e P a n e l | d g I n f o | d g d i r t y | d g e v a l | d g t i m e r | d i m W h e n | d i r e c t K e y C t x | d i r e c t i o n a l L i g h t | d i r m a p | d i r n a m e | d i s a b l e | d i s c o n n e c t A t t r | d i s c o n n e c t J o i n t | d i s k C a c h e | d i s p l a c e m e n t T o P o l y | d i s p l a y A f f e c t e d | d i s p l a y C o l o r | d i s p l a y C u l l | d i s p l a y L e v e l O f D e t a i l | d i s p l a y P r e f | d i s p l a y R G B C o l o r | d i s p l a y S m o o t h n e s s | d i s p l a y S t a t s | d i s p l a y S t r i n g | d i s p l a y S u r f a c e | d i s t a n c e D i m C o n t e x t | d i s t a n c e D i m e n s i o n | d o B l u r | d o l l y | d o l l y C t x | d o p e S h e e t E d i t o r | d o t | d o t P r o d u c t | d o u b l e P r o f i l e B i r a i l S u r f a c e | d r a g | d r a g A t t r C o n t e x t | d r a g g e r C o n t e x t | d r o p o f f L o c a t o r | d u p l i c a t e | d u p l i c a t e C u r v e | d u p l i c a t e S u r f a c e | d y n C a c h e | d y n C o n t r o l | d y n E x p o r t | d y n E x p r e s s i o n | d y n G l o b a l s | d y n P a i n t E d i t o r | d y n P a r t i c l e C t x | d y n P r e f | d y n R e l E d P a n e l | d y n R e l E d i t o r | d y n a m i c L o a d | e d i t A t t r L i m i t s | e d i t D i s p l a y L a y e r G l o b a l s | e d i t D i s p l a y L a y e r M e m b e r s | e d i t R e n d e r L a y e r A d j u s t m e n t | e d i t R e n d e r L a y e r G l o b a l s | e d i t R e n d e r L a y e r M e m b e r s | e d i t o r | e d i t o r T e m p l a t e | e f f e c t o r | e m i t | e m i t t e r | e n a b l e D e v i c e | e n c o d e S t r i n g | e n d S t r i n g | e n d s W i t h | e n v | e q u i v a l e n t | e q u i v a l e n t T o l | e r f | e r r o r | e v a l | e v a l D e f e r r e d | e v a l E c h o | e v e n t | e x a c t W o r l d B o u n d i n g B o x | e x c l u s i v e L i g h t C h e c k B o x | e x e c | e x e c u t e F o r E a c h O b j e c t | e x i s t s | e x p | e x p r e s s i o n | e x p r e s s i o n E d i t o r L i s t e n | e x t e n d C u r v e | e x t e n d S u r f a c e | e x t r u d e | f c h e c k | f c l o s e | f e o f | f f l u s h | f g e t l i n e | f g e t w o r d | f i l e | f i l e B r o w s e r D i a l o g | f i l e D i a l o g | f i l e E x t e n s i o n | f i l e I n f o | f i l e t e s t | f i l l e t C u r v e | f i l t e r | f i l t e r C u r v e | f i l t e r E x p a n d | f i l t e r S t u d i o I m p o r t | f i n d A l l I n t e r s e c t i o n s | f i n d A n i m C u r v e s | f i n d K e y f r a m e | f i n d M e n u I t e m | f i n d R e l a t e d S k i n C l u s t e r | f i n d e r | f i r s t P a r e n t O f | f i t B s p l i n e | f l e x o r | f l o a t E q | f l o a t F i e l d | f l o a t F i e l d G r p | f l o a t S c r o l l B a r | f l o a t S l i d e r | f l o a t S l i d e r 2 | f l o a t S l i d e r B u t t o n G r p | f l o a t S l i d e r G r p | f l o o r | f l o w | f l u i d C a c h e I n f o | f l u i d E m i t t e r | f l u i d V o x e l I n f o | f l u s h U n d o | f m o d | f o n t D i a l o g | f o p e n | f o r m L a y o u t | f o r m a t | f p r i n t | f r a m e L a y o u t | f r e a d | f r e e F o r m F i l l e t | f r e w i n d | f r o m N a t i v e P a t h | f w r i t e | g a m m a | g a u s s | g e o m e t r y C o n s t r a i n t | g e t A p p l i c a t i o n V e r s i o n A s F l o a t | g e t A t t r | g e t C l a s s i f i c a t i o n | g e t D e f a u l t B r u s h | g e t F i l e L i s t | g e t F l u i d A t t r | g e t I n p u t D e v i c e R a n g e | g e t M a y a P a n e l T y p e s | g e t M o d i f i e r s | g e t P a n e l | g e t P a r t i c l e A t t r | g e t P l u g i n R e s o u r c e | g e t e n v | g e t p i d | g l R e n d e r | g l R e n d e r E d i t o r | g l o b a l S t i t c h | g m a t c h | g o a l | g o t o B i n d P o s e | g r a b C o l o r | g r a d i e n t C o n t r o l | g r a d i e n t C o n t r o l N o A t t r | g r a p h D o l l y C t x | g r a p h S e l e c t C o n t e x t | g r a p h T r a c k C t x | g r a v i t y | g r i d | g r i d L a y o u t | g r o u p | g r o u p O b j e c t s B y N a m e | h a r d e n P o i n t C u r v e | h a r d w a r e | h a r d w a r e R e n d e r P a n e l | h e a d s U p D i s p l a y | h e a d s U p M e s s a g e | h e l p | h e l p L i n e | h e r m i t e | h i d e | h i l i t e | h i t T e s t | h o t B o x | h o t k e y | h o t k e y C h e c k | h s v _ t o _ r g b | h u d B u t t o n | h u d S l i d e r | h u d S l i d e r B u t t o n | h w R e f l e c t i o n M a p | h w R e n d e r | h w R e n d e r L o a d | h y p e r G r a p h | h y p e r P a n e l | h y p e r S h a d e | h y p o t | i c o n T e x t B u t t o n | i c o n T e x t C h e c k B o x | i c o n T e x t R a d i o B u t t o n | i c o n T e x t R a d i o C o l l e c t i o n | i c o n T e x t S c r o l l L i s t | i c o n T e x t S t a t i c L a b e l | i k H a n d l e | i k H a n d l e C t x | i k H a n d l e D i s p l a y S c a l e | i k S o l v e r | i k S p l i n e H a n d l e C t x | i k S y s t e m | i k S y s t e m I n f o | i k f k D i s p l a y M e t h o d | i l l u s t r a t o r C u r v e s | i m a g e | i m f P l u g i n s | i n h e r i t T r a n s f o r m | i n s e r t J o i n t | i n s e r t J o i n t C t x | i n s e r t K e y C t x | i n s e r t K n o t C u r v e | i n s e r t K n o t S u r f a c e | i n s t a n c e | i n s t a n c e a b l e | i n s t a n c e r | i n t F i e l d | i n t F i e l d G r p | i n t S c r o l l B a r | i n t S l i d e r | i n t S l i d e r G r p | i n t e r T o U I | i n t e r n a l V a r | i n t e r s e c t | i p r E n g i n e | i s A n i m C u r v e | i s C o n n e c t e d | i s D i r t y | i s P a r e n t O f | i s S a m e O b j e c t | i s T r u e | i s V a l i d O b j e c t N a m e | i s V a l i d S t r i n g | i s V a l i d U i N a m e | i s o l a t e S e l e c t | i t e m F i l t e r | i t e m F i l t e r A t t r | i t e m F i l t e r R e n d e r | i t e m F i l t e r T y p e | j o i n t | j o i n t C l u s t e r | j o i n t C t x | j o i n t D i s p l a y S c a l e | j o i n t L a t t i c e | k e y T a n g e n t | k e y f r a m e | k e y f r a m e O u t l i n e r | k e y f r a m e R e g i o n C u r r e n t T i m e C t x | k e y f r a m e R e g i o n D i r e c t K e y C t x | k e y f r a m e R e g i o n D o l l y C t x | k e y f r a m e R e g i o n I n s e r t K e y C t x | k e y f r a m e R e g i o n M o v e K e y C t x | k e y f r a m e R e g i o n S c a l e K e y C t x | k e y f r a m e R e g i o n S e l e c t K e y C t x | k e y f r a m e R e g i o n S e t K e y C t x | k e y f r a m e R e g i o n T r a c k C t x | k e y f r a m e S t a t s | l a s s o C o n t e x t | l a t t i c e | l a t t i c e D e f o r m K e y C t x | l a u n c h | l a u n c h I m a g e E d i t o r | l a y e r B u t t o n | l a y e r e d S h a d e r P o r t | l a y e r e d T e x t u r e P o r t | l a y o u t | l a y o u t D i a l o g | l i g h t L i s t | l i g h t L i s t E d i t o r | l i g h t L i s t P a n e l | l i g h t l i n k | l i n e I n t e r s e c t i o n | l i n e a r P r e c i s i o n | l i n s t e p | l i s t A n i m a t a b l e | l i s t A t t r | l i s t C a m e r a s | l i s t C o n n e c t i o n s | l i s t D e v i c e A t t a c h m e n t s | l i s t H i s t o r y | l i s t I n p u t D e v i c e A x e s | l i s t I n p u t D e v i c e B u t t o n s | l i s t I n p u t D e v i c e s | l i s t M e n u A n n o t a t i o n | l i s t N o d e T y p e s | l i s t P a n e l C a t e g o r i e s | l i s t R e l a t i v e s | l i s t S e t s | l i s t T r a n s f o r m s | l i s t U n s e l e c t e d | l i s t e r E d i t o r | l o a d F l u i d | l o a d N e w S h e l f | l o a d P l u g i n | l o a d P l u g i n L a n g u a g e R e s o u r c e s | l o a d P r e f O b j e c t s | l o c a l i z e d P a n e l L a b e l | l o c k N o d e | l o f t | l o g | l o n g N a m e O f | l o o k T h r u | l s | l s T h r o u g h F i l t e r | l s T y p e | l s U I | m a g | m a k e I d e n t i t y | m a k e L i v e | m a k e P a i n t a b l e | m a k e R o l l | m a k e S i n g l e S u r f a c e | m a k e T u b e O n | m a k e b o t | m a n i p M o v e C o n t e x t | m a n i p M o v e L i m i t s C t x | m a n i p O p t i o n s | m a n i p R o t a t e C o n t e x t | m a n i p R o t a t e L i m i t s C t x | m a n i p S c a l e C o n t e x t | m a n i p S c a l e L i m i t s C t x | m a r k e r | m a t c h | m a x | m e m o r y | m e n u | m e n u B a r L a y o u t | m e n u E d i t o r | m e n u I t e m | m e n u I t e m T o S h e l f | m e n u S e t | m e n u S e t P r e f | m e s s a g e L i n e | m i n | m i n i m i z e A p p | m i r r o r J o i n t | m o d e l C u r r e n t T i m e C t x | m o d e l E d i t o r | m o d e l P a n e l | m o u s e | m o v I n | m o v O u t | m o v e | m o v e I K t o F K | m o v e K e y C t x | m o v e V e r t e x A l o n g D i r e c t i o n | m u l t i P r o f i l e B i r a i l S u r f a c e | m u t e | n P a r t i c l e | n a m e C o m m a n d | n a m e F i e l d | n a m e s p a c e | n a m e s p a c e I n f o | n e w P a n e l I t e m s | n e w t o n | n o d e C a s t | n o d e I c o n B u t t o n | n o d e O u t l i n e r | n o d e P r e s e t | n o d e T y p e | n o i s e | n o n L i n e a r | n o r m a l C o n s t r a i n t | n o r m a l i z e | n u r b s B o o l e a n | n u r b s C o p y U V S e t | n u r b s C u b e | n u r b s E d i t U V | n u r b s P l a n e | n u r b s S e l e c t | n u r b s S q u a r e | n u r b s T o P o l y | n u r b s T o P o l y g o n s P r e f | n u r b s T o S u b d i v | n u r b s T o S u b d i v P r e f | n u r b s U V S e t | n u r b s V i e w D i r e c t i o n V e c t o r | o b j E x i s t s | o b j e c t C e n t e r | o b j e c t L a y e r | o b j e c t T y p e | o b j e c t T y p e U I | o b s o l e t e P r o c | o c e a n N u r b s P r e v i e w P l a n e | o f f s e t C u r v e | o f f s e t C u r v e O n S u r f a c e | o f f s e t S u r f a c e | o p e n G L E x t e n s i o n | o p e n M a y a P r e f | o p t i o n M e n u | o p t i o n M e n u G r p | o p t i o n V a r | o r b i t | o r b i t C t x | o r i e n t C o n s t r a i n t | o u t l i n e r E d i t o r | o u t l i n e r P a n e l | o v e r r i d e M o d i f i e r | p a i n t E f f e c t s D i s p l a y | p a i r B l e n d | p a l e t t e P o r t | p a n e L a y o u t | p a n e l | p a n e l C o n f i g u r a t i o n | p a n e l H i s t o r y | p a r a m D i m C o n t e x t | p a r a m D i m e n s i o n | p a r a m L o c a t o r | p a r e n t | p a r e n t C o n s t r a i n t | p a r t i c l e | p a r t i c l e E x i s t s | p a r t i c l e I n s t a n c e r | p a r t i c l e R e n d e r I n f o | p a r t i t i o n | p a s t e K e y | p a t h A n i m a t i o n | p a u s e | p c l o s e | p e r c e n t | p e r f o r m a n c e O p t i o n s | p f x s t r o k e s | p i c k W a l k | p i c t u r e | p i x e l M o v e | p l a n a r S r f | p l a n e | p l a y | p l a y b a c k O p t i o n s | p l a y b l a s t | p l u g A t t r | p l u g N o d e | p l u g i n I n f o | p l u g i n R e s o u r c e U t i l | p o i n t C o n s t r a i n t | p o i n t C u r v e C o n s t r a i n t | p o i n t L i g h t | p o i n t M a t r i x M u l t | p o i n t O n C u r v e | p o i n t O n S u r f a c e | p o i n t P o s i t i o n | p o l e V e c t o r C o n s t r a i n t | p o l y A p p e n d | p o l y A p p e n d F a c e t C t x | p o l y A p p e n d V e r t e x | p o l y A u t o P r o j e c t i o n | p o l y A v e r a g e N o r m a l | p o l y A v e r a g e V e r t e x | p o l y B e v e l | p o l y B l e n d C o l o r | p o l y B l i n d D a t a | p o l y B o o l O p | p o l y B r i d g e E d g e | p o l y C a c h e M o n i t o r | p o l y C h e c k | p o l y C h i p O f f | p o l y C l i p b o a r d | p o l y C l o s e B o r d e r | p o l y C o l l a p s e E d g e | p o l y C o l l a p s e F a c e t | p o l y C o l o r B l i n d D a t a | p o l y C o l o r D e l | p o l y C o l o r P e r V e r t e x | p o l y C o l o r S e t | p o l y C o m p a r e | p o l y C o n e | p o l y C o p y U V | p o l y C r e a s e | p o l y C r e a s e C t x | p o l y C r e a t e F a c e t | p o l y C r e a t e F a c e t C t x | p o l y C u b e | p o l y C u t | p o l y C u t C t x | p o l y C y l i n d e r | p o l y C y l i n d r i c a l P r o j e c t i o n | p o l y D e l E d g e | p o l y D e l F a c e t | p o l y D e l V e r t e x | p o l y D u p l i c a t e A n d C o n n e c t | p o l y D u p l i c a t e E d g e | p o l y E d i t U V | p o l y E d i t U V S h e l l | p o l y E v a l u a t e | p o l y E x t r u d e E d g e | p o l y E x t r u d e F a c e t | p o l y E x t r u d e V e r t e x | p o l y F l i p E d g e | p o l y F l i p U V | p o l y F o r c e U V | p o l y G e o S a m p l e r | p o l y H e l i x | p o l y I n f o | p o l y I n s t a l l A c t i o n | p o l y L a y o u t U V | p o l y L i s t C o m p o n e n t C o n v e r s i o n | p o l y M a p C u t | p o l y M a p D e l | p o l y M a p S e w | p o l y M a p S e w M o v e | p o l y M e r g e E d g e | p o l y M e r g e E d g e C t x | p o l y M e r g e F a c e t | p o l y M e r g e F a c e t C t x | p o l y M e r g e U V | p o l y M e r g e V e r t e x | p o l y M i r r o r F a c e | p o l y M o v e E d g e | p o l y M o v e F a c e t | p o l y M o v e F a c e t U V | p o l y M o v e U V | p o l y M o v e V e r t e x | p o l y N o r m a l | p o l y N o r m a l P e r V e r t e x | p o l y N o r m a l i z e U V | p o l y O p t U v s | p o l y O p t i o n s | p o l y O u t p u t | p o l y P i p e | p o l y P l a n a r P r o j e c t i o n | p o l y P l a n e | p o l y P l a t o n i c S o l i d | p o l y P o k e | p o l y P r i m i t i v e | p o l y P r i s m | p o l y P r o j e c t i o n | p o l y P y r a m i d | p o l y Q u a d | p o l y Q u e r y B l i n d D a t a | p o l y R e d u c e | p o l y S e l e c t | p o l y S e l e c t C o n s t r a i n t | p o l y S e l e c t C o n s t r a i n t M o n i t o r | p o l y S e l e c t C t x | p o l y S e l e c t E d i t C t x | p o l y S e p a r a t e | p o l y S e t T o F a c e N o r m a l | p o l y S e w E d g e | p o l y S h o r t e s t P a t h C t x | p o l y S m o o t h | p o l y S o f t E d g e | p o l y S p h e r e | p o l y S p h e r i c a l P r o j e c t i o n | p o l y S p l i t | p o l y S p l i t C t x | p o l y S p l i t E d g e | p o l y S p l i t R i n g | p o l y S p l i t V e r t e x | p o l y S t r a i g h t e n U V B o r d e r | p o l y S u b d i v i d e E d g e | p o l y S u b d i v i d e F a c e t | p o l y T o S u b d i v | p o l y T o r u s | p o l y T r a n s f e r | p o l y T r i a n g u l a t e | p o l y U V S e t | p o l y U n i t e | p o l y W e d g e F a c e | p o p e n | p o p u p M e n u | p o s e | p o w | p r e l o a d R e f E d | p r i n t | p r o g r e s s B a r | p r o g r e s s W i n d o w | p r o j F i l e V i e w e r | p r o j e c t C u r v e | p r o j e c t T a n g e n t | p r o j e c t i o n C o n t e x t | p r o j e c t i o n M a n i p | p r o m p t D i a l o g | p r o p M o d C t x | p r o p M o v e | p s d C h a n n e l O u t l i n e r | p s d E d i t T e x t u r e F i l e | p s d E x p o r t | p s d T e x t u r e F i l e | p u t e n v | p w d | p y t h o n | q u e r y S u b d i v | q u i t | r a d _ t o _ d e g | r a d i a l | r a d i o B u t t o n | r a d i o B u t t o n G r p | r a d i o C o l l e c t i o n | r a d i o M e n u I t e m C o l l e c t i o n | r a m p C o l o r P o r t | r a n d | r a n d o m i z e F o l l i c l e s | r a n d s t a t e | r a n g e C o n t r o l | r e a d T a k e | r e b u i l d C u r v e | r e b u i l d S u r f a c e | r e c o r d A t t r | r e c o r d D e v i c e | r e d o | r e f e r e n c e | r e f e r e n c e E d i t | r e f e r e n c e Q u e r y | r e f i n e S u b d i v S e l e c t i o n L i s t | r e f r e s h | r e f r e s h A E | r e g i s t e r P l u g i n R e s o u r c e | r e h a s h | r e l o a d I m a g e | r e m o v e J o i n t | r e m o v e M u l t i I n s t a n c e | r e m o v e P a n e l C a t e g o r y | r e n a m e | r e n a m e A t t r | r e n a m e S e l e c t i o n L i s t | r e n a m e U I | r e n d e r | r e n d e r G l o b a l s N o d e | r e n d e r I n f o | r e n d e r L a y e r B u t t o n | r e n d e r L a y e r P a r e n t | r e n d e r L a y e r P o s t P r o c e s s | r e n d e r L a y e r U n p a r e n t | r e n d e r M a n i p | r e n d e r P a r t i t i o n | r e n d e r Q u a l i t y N o d e | r e n d e r S e t t i n g s | r e n d e r T h u m b n a i l U p d a t e | r e n d e r W i n d o w E d i t o r | r e n d e r W i n d o w S e l e c t C o n t e x t | r e n d e r e r | r e o r d e r | r e o r d e r D e f o r m e r s | r e q u i r e s | r e r o o t | r e s a m p l e F l u i d | r e s e t A E | r e s e t P f x T o P o l y C a m e r a | r e s e t T o o l | r e s o l u t i o n N o d e | r e t a r g e t | r e v e r s e C u r v e | r e v e r s e S u r f a c e | r e v o l v e | r g b _ t o _ h s v | r i g i d B o d y | r i g i d S o l v e r | r o l l | r o l l C t x | r o o t O f | r o t | r o t a t e | r o t a t i o n I n t e r p o l a t i o n | r o u n d C o n s t a n t R a d i u s | r o w C o l u m n L a y o u t | r o w L a y o u t | r u n T i m e C o m m a n d | r u n u p | s a m p l e I m a g e | s a v e A l l S h e l v e s | s a v e A t t r P r e s e t | s a v e F l u i d | s a v e I m a g e | s a v e I n i t i a l S t a t e | s a v e M e n u | s a v e P r e f O b j e c t s | s a v e P r e f s | s a v e S h e l f | s a v e T o o l S e t t i n g s | s c a l e | s c a l e B r u s h B r i g h t n e s s | s c a l e C o m p o n e n t s | s c a l e C o n s t r a i n t | s c a l e K e y | s c a l e K e y C t x | s c e n e E d i t o r | s c e n e U I R e p l a c e m e n t | s c m h | s c r i p t C t x | s c r i p t E d i t o r I n f o | s c r i p t J o b | s c r i p t N o d e | s c r i p t T a b l e | s c r i p t T o S h e l f | s c r i p t e d P a n e l | s c r i p t e d P a n e l T y p e | s c r o l l F i e l d | s c r o l l L a y o u t | s c u l p t | s e a r c h P a t h A r r a y | s e e d | s e l L o a d S e t t i n g s | s e l e c t | s e l e c t C o n t e x t | s e l e c t C u r v e C V | s e l e c t K e y | s e l e c t K e y C t x | s e l e c t K e y f r a m e R e g i o n C t x | s e l e c t M o d e | s e l e c t P r e f | s e l e c t P r i o r i t y | s e l e c t T y p e | s e l e c t e d N o d e s | s e l e c t i o n C o n n e c t i o n | s e p a r a t o r | s e t A t t r | s e t A t t r E n u m R e s o u r c e | s e t A t t r M a p p i n g | s e t A t t r N i c e N a m e R e s o u r c e | s e t C o n s t r a i n t R e s t P o s i t i o n | s e t D e f a u l t S h a d i n g G r o u p | s e t D r i v e n K e y f r a m e | s e t D y n a m i c | s e t E d i t C t x | s e t E d i t o r | s e t F l u i d A t t r | s e t F o c u s | s e t I n f i n i t y | s e t I n p u t D e v i c e M a p p i n g | s e t K e y C t x | s e t K e y P a t h | s e t K e y f r a m e | s e t K e y f r a m e B l e n d s h a p e T a r g e t W t s | s e t M e n u M o d e | s e t N o d e N i c e N a m e R e s o u r c e | s e t N o d e T y p e F l a g | s e t P a r e n t | s e t P a r t i c l e A t t r | s e t P f x T o P o l y C a m e r a | s e t P l u g i n R e s o u r c e | s e t P r o j e c t | s e t S t a m p D e n s i t y | s e t S t a r t u p M e s s a g e | s e t S t a t e | s e t T o o l T o | s e t U I T e m p l a t e | s e t X f o r m M a n i p | s e t s | s h a d i n g C o n n e c t i o n | s h a d i n g G e o m e t r y R e l C t x | s h a d i n g L i g h t R e l C t x | s h a d i n g N e t w o r k C o m p a r e | s h a d i n g N o d e | s h a p e C o m p a r e | s h e l f B u t t o n | s h e l f L a y o u t | s h e l f T a b L a y o u t | s h e l l F i e l d | s h o r t N a m e O f | s h o w H e l p | s h o w H i d d e n | s h o w M a n i p C t x | s h o w S e l e c t i o n I n T i t l e | s h o w S h a d i n g G r o u p A t t r E d i t o r | s h o w W i n d o w | s i g n | s i m p l i f y | s i n | s i n g l e P r o f i l e B i r a i l S u r f a c e | s i z e | s i z e B y t e s | s k i n C l u s t e r | s k i n P e r c e n t | s m o o t h C u r v e | s m o o t h T a n g e n t S u r f a c e | s m o o t h s t e p | s n a p 2 t o 2 | s n a p K e y | s n a p M o d e | s n a p T o g e t h e r C t x | s n a p s h o t | s o f t | s o f t M o d | s o f t M o d C t x | s o r t | s o u n d | s o u n d C o n t r o l | s o u r c e | s p a c e L o c a t o r | s p h e r e | s p h r a n d | s p o t L i g h t | s p o t L i g h t P r e v i e w P o r t | s p r e a d S h e e t E d i t o r | s p r i n g | s q r t | s q u a r e S u r f a c e | s r t C o n t e x t | s t a c k T r a c e | s t a r t S t r i n g | s t a r t s W i t h | s t i t c h A n d E x p l o d e S h e l l | s t i t c h S u r f a c e | s t i t c h S u r f a c e P o i n t s | s t r c m p | s t r i n g A r r a y C a t e n a t e | s t r i n g A r r a y C o n t a i n s | s t r i n g A r r a y C o u n t | s t r i n g A r r a y I n s e r t A t I n d e x | s t r i n g A r r a y I n t e r s e c t o r | s t r i n g A r r a y R e m o v e | s t r i n g A r r a y R e m o v e A t I n d e x | s t r i n g A r r a y R e m o v e D u p l i c a t e s | s t r i n g A r r a y R e m o v e E x a c t | s t r i n g A r r a y T o S t r i n g | s t r i n g T o S t r i n g A r r a y | s t r i p | s t r i p P r e f i x F r o m N a m e | s t r o k e | s u b d A u t o P r o j e c t i o n | s u b d C l e a n T o p o l o g y | s u b d C o l l a p s e | s u b d D u p l i c a t e A n d C o n n e c t | s u b d E d i t U V | s u b d L i s t C o m p o n e n t C o n v e r s i o n | s u b d M a p C u t | s u b d M a p S e w M o v e | s u b d M a t c h T o p o l o g y | s u b d M i r r o r | s u b d T o B l i n d | s u b d T o P o l y | s u b d T r a n s f e r U V s T o C a c h e | s u b d i v | s u b d i v C r e a s e | s u b d i v D i s p l a y S m o o t h n e s s | s u b s t i t u t e | s u b s t i t u t e A l l S t r i n g | s u b s t i t u t e G e o m e t r y | s u b s t r i n g | s u r f a c e | s u r f a c e S a m p l e r | s u r f a c e S h a d e r L i s t | s w a t c h D i s p l a y P o r t | s w i t c h T a b l e | s y m b o l B u t t o n | s y m b o l C h e c k B o x | s y s F i l e | s y s t e m | t a b L a y o u t | t a n | t a n g e n t C o n s t r a i n t | t e x L a t t i c e D e f o r m C o n t e x t | t e x M a n i p C o n t e x t | t e x M o v e C o n t e x t | t e x M o v e U V S h e l l C o n t e x t | t e x R o t a t e C o n t e x t | t e x S c a l e C o n t e x t | t e x S e l e c t C o n t e x t | t e x S e l e c t S h o r t e s t P a t h C t x | t e x S m u d g e U V C o n t e x t | t e x W i n T o o l C t x | t e x t | t e x t C u r v e s | t e x t F i e l d | t e x t F i e l d B u t t o n G r p | t e x t F i e l d G r p | t e x t M a n i p | t e x t S c r o l l L i s t | t e x t T o S h e l f | t e x t u r e D i s p l a c e P l a n e | t e x t u r e H a i r C o l o r | t e x t u r e P l a c e m e n t C o n t e x t | t e x t u r e W i n d o w | t h r e a d C o u n t | t h r e e P o i n t A r c C t x | t i m e C o n t r o l | t i m e P o r t | t i m e r X | t o N a t i v e P a t h | t o g g l e | t o g g l e A x i s | t o g g l e W i n d o w V i s i b i l i t y | t o k e n i z e | t o k e n i z e L i s t | t o l e r a n c e | t o l o w e r | t o o l B u t t o n | t o o l C o l l e c t i o n | t o o l D r o p p e d | t o o l H a s O p t i o n s | t o o l P r o p e r t y W i n d o w | t o r u s | t o u p p e r | t r a c e | t r a c k | t r a c k C t x | t r a n s f e r A t t r i b u t e s | t r a n s f o r m C o m p a r e | t r a n s f o r m L i m i t s | t r a n s l a t o r | t r i m | t r u n c | t r u n c a t e F l u i d C a c h e | t r u n c a t e H a i r C a c h e | t u m b l e | t u m b l e C t x | t u r b u l e n c e | t w o P o i n t A r c C t x | u i R e s | u i T e m p l a t e | u n a s s i g n I n p u t D e v i c e | u n d o | u n d o I n f o | u n g r o u p | u n i f o r m | u n i t | u n l o a d P l u g i n | u n t a n g l e U V | u n t i t l e d F i l e N a m e | u n t r i m | u p A x i s | u p d a t e A E | u s e r C t x | u v L i n k | u v S n a p s h o t | v a l i d a t e S h e l f N a m e | v e c t o r i z e | v i e w 2 d T o o l C t x | v i e w C a m e r a | v i e w C l i p P l a n e | v i e w F i t | v i e w H e a d O n | v i e w L o o k A t | v i e w M a n i p | v i e w P l a c e | v i e w S e t | v i s o r | v o l u m e A x i s | v o r t e x | w a i t C u r s o r | w a r n i n g | w e b B r o w s e r | w e b B r o w s e r P r e f s | w h a t I s | w i n d o w | w i n d o w P r e f | w i r e | w i r e C o n t e x t | w o r k s p a c e | w r i n k l e | w r i n k l e C o n t e x t | w r i t e T a k e | x b m L a n g P a t h L i s t | x f o r m ) \b / ,
32
+ 'function' : {
33
+ pattern : / ( (?: ^ | [ { ; ] ) [ \t ] * ) [ a - z _ ] \w * \b (? ! \s * (?: \. (? ! \. ) | [ [ { = ] ) ) | \b [ a - z _ ] \w * (? = [ \t ] * \( ) / im,
34
+ lookbehind : true ,
35
+ greedy : true
36
+ } ,
27
37
28
- 'operator' : [
29
- / \+ [ + = ] ? | - [ - = ] ? | & & | \| \| | [ < > ] = | [ * \/ ! = ] = ? | [ % ^ ] / ,
30
- {
31
- // We don't want to match <<
32
- pattern : / ( ^ | [ ^ < ] ) < (? ! < ) / ,
33
- lookbehind : true
34
- } ,
35
- {
36
- // We don't want to match >>
37
- pattern : / ( ^ | [ ^ > ] ) > (? ! > ) / ,
38
- lookbehind : true
39
- }
40
- ] ,
41
- 'punctuation' : / < < | > > | [ . , : ; ? \[ \] ( ) { } ] /
38
+ 'tensor-punctuation' : {
39
+ pattern : / < < | > > / ,
40
+ alias : 'punctuation'
41
+ } ,
42
+ 'operator' : / \+ [ + = ] ? | - [ - = ] ? | & & | \| \| | [ < > ] = ? | [ * \/ ! = ] = ? | [ % ^ ] / ,
43
+ 'punctuation' : / [ . , : ; ? \[ \] ( ) { } ] /
42
44
} ;
43
- Prism . languages . mel [ 'code' ] . inside . rest = Prism . languages . mel ;
45
+
46
+ Prism . languages . mel [ 'code' ] . inside [ 'statement' ] . inside = Prism . languages . mel ;
0 commit comments