bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11931: Coloring problem with Python variables


From: Alireza Pc
Subject: bug#11931: Coloring problem with Python variables
Date: Fri, 13 Jul 2012 01:36:18 -0700 (PDT)

It's an small problem with python files. For example:

var1 = "variable 1"
def main():
    var2 = "variable 2"

Look at var1 and var2. var1 is brown, but var2 is white.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]