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

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

objc-font-lock.el -- Highlight Objective-C method calls


From: Lindydancer
Subject: objc-font-lock.el -- Highlight Objective-C method calls
Date: Sun, 23 Mar 2014 03:07:07 -0700 (PDT)
User-agent: G2/1.0

`objc-font-lock' is a package that highlights Objective-C method
calls.

Objective-C use a syntax for method calls it has inherited from
Smalltalk. Unfortunately, this syntax is frustratingly hard to read
-- when browsing through code, method calls tend to "disappear" as
they are different from normal C function calls.

By highlighting method calls, it is possible to read the same piece
of code faster and more accurate.

The `objc-font-lock' package is located at:

    https://github.com/Lindydancer/objc-font-lock


reply via email to

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