[gedit-list] smart indentation plugin



I've been working on a plugin for gedit to indent a line based on the syntax of the lines around it (like emacs does.) Right now i'm using pygments to tokenize parts of the text, but in order to improve the plugin it looks like I need something more sophisticated, like a language parser. Are there any python ones available that can understand a variety of programming languages?
-George Schneeloch


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