We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: