language-naniscript
packageatom-ide-ui
package (required to show the effect of the language server responses)Open a folder with .nani
files; the extension should automatically activate providing syntax highlighting, error checking, auto-completion and command docs.
Opening a single file won't active the extension, as Atom is only able to start language server in "project mode".
In case first line in a script is not affected by syntax highlighting, make sure the script file is saved with UTF-8
encoding without BOM.
Available scope names: https://github.com/psmitt/metalanguage/blob/master/examples/ScopeList.ScopeList
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.