Skip to content

SolaWing/vim-objc-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

vim-objc-syntax

this is my objc syntax file, a better one than original one.

In addition to original support, it highlights follow syntax:

  • c function call
  • objc method declare
  • objc message call
  • property Type
  • superClass
  • protocal
  • instanceVar which begin with _
  • dot chain property
  • declared var's type
  • some conventional naming const. such as:
    • word begin with k and a upper char
    • Notifications which begin with upper and end with Notification
    • const key begin with upper and end with Key
    • macro which consist all with upper char and _

About

A better objective-c syntax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published