Jump to content

zackz

Members
  • Posts

    4
  • Joined

  • Last visited

zackz's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. It's good thing you guys start talking about it. Here is some lexers in pygments for reference * DiffLexer - a "Hello world"ish lexer in pygments documents * JavaLexer - quite simple one relative to Java's reputation * CLexer - slightly bigger than JavaLexer but not so big as DelphiLexer @Mat, it's make a basic lexer with regexs you listed, which totally fine with me. About functions highlighted differently, I can't find different token about function in docs, just "Name.Function". Maybe should use "Name.Builtin" for internal functions. And it seems to need to write a new "Formatter" for feature "linked functions".
  2. Thanks Melba23 Again, if anything I can help, please let me know.
  3. I think maybe should post this topic to "Developer Chat", but I can't... :-( Recently I put my script on github. But github not show au3 file with syntax highlighting, just raw text no color - https://github.com/zackz/PuTTYAssist/blob/master/PuTTYAssist.au3 After some digging I found: * github use pygments for syntax highlighting, and github will support au3 if pygments support it, http://help.github.com/common-issues-and-questions/ * dozens of autoit project are already on github, they need syntax highlighting, https://github.com/search?langOverride=...it&repo=&start_value=1&type=Re * pygments 1.4 (released Jan 03, 2011) starts support Autohotkey, so ahk file in github has syntax highlighting, https://bitbucket.org/birkenfeld/pygments-main/src/81d98983fd7f/CHANGES Don't know whether autoit team are working on or considering about pygments. Hope github support au3 highlighting soon.. If there is a problem with github/pygments or python about highlighting, please let me know, maybe I can help
  4. Here is my first work on AutoIt - PuTTY Assist - a script for learning AutoIt. Which includes some shortcuts to help use PuTTY, such as quickly switch PuTTY window and open new session... All codes has been added to github, https://github.com/zackz/PuTTYAssist If there is a problem in script or you have suggestions/feedback please let me know. Best regards
×
×
  • Create New...