Skip to content

Conversation

rhysd
Copy link
Contributor

@rhysd rhysd commented Feb 17, 2017

I found that some autoload variables' highlight is broken.

like:

let some_plugin#default_value = 10

or

https://twitter.com/b4b4r07/status/832552749124382721

AFAIK, there is no syntax where hex numbers precedes #. So I'd like to say to remove #.. hex highlight from language-viml.

like

```vim
let some_plugin#default_value = 10

function! some_plugin#get_default() abort
    " ...
endfunction
```
@Alhadis Alhadis merged commit f204f01 into Alhadis:master Feb 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants