Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lua Syntax highlighting is a bit off #9

Open
karai17 opened this issue Mar 21, 2015 · 1 comment
Open

Lua Syntax highlighting is a bit off #9

karai17 opened this issue Mar 21, 2015 · 1 comment
Labels

Comments

@karai17
Copy link

karai17 commented Mar 21, 2015

In reference to the following:

This package does not take into account typos or core Lua functions. It would be nice if it did so.

@karai17
Copy link
Author

karai17 commented Aug 20, 2015

I would like to also note here that the syntax highlighting for a function that belongs to a table with numbers in the name is also off.

local function i18n.new() end

Using the monokai theme, this comes up as blue (as if I were calling the function) instead of green (as if I were defining the function)

However, this seems to highlight (green) correctly:

local function i18n() end

@FireZenk FireZenk added the bug label Aug 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants