nim-lang / NimLime

The official Nim programming language plugin for Sublime Text
MIT License
132 stars 34 forks source link

Fix GitHub scopes #167

Closed AmjadHD closed 1 year ago

AmjadHD commented 1 year ago

variable.function -> entity.name.function, it's wrong but that's what syntaxes in github use. variable.parameter -> variable.parameter.function. Remove keyword.declaration.

AmjadHD commented 1 year ago

@Varriount.