When you use the operator """ code """ to comment out multiple lines in python, vim does not grey out the code. Is there a way to make this happen?
            Asked
            
        
        
            Active
            
        
            Viewed 55 times
        
    1
            
            
        - 
                    5`"""..."""` are not actually multiline comments. They are just strings. – cs95 Aug 12 '17 at 05:48
- 
                    I see, however, as a string, its not identifying it as one block with the same color; can I make this happen? – middleonly Aug 12 '17 at 07:13
- 
                    The surrounding `"""` and the surrounded text have the same color by default. Show us some sample code, show us your `vimrc`, and tell us as much as possible about your setup. – romainl Aug 12 '17 at 09:21
