-
Notifications
You must be signed in to change notification settings - Fork 0
detect Erlang variables
vim-scripts/Erlang_detectVariable
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2644 Erlang variables are formated in '[A-Z]\+[a-zA-Z0-9]*'. because, enhace default erlang.vm. see below: ---------------------------------------------------------------------------- syn match erlangVariable /[A-Z]\+[a-zA-Z0-9]*/ hi erlangVariable guifg=#23BF73 ----------------------------------------------------------------------------