nim-lang / NimLime

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

remove C subgrammar for `emit` #158

Closed metagn closed 1 year ago

metagn commented 1 year ago

For some reason this is buggy, using {.emit: [a, b, c].} completely removes highlighting of some files on github.

Keeping these commented as they may be reused for something like cLang"""..."""

Araq commented 1 year ago

We need this patch though, on some files the highlighting is unusable when you use something like .emit: [x, " = ", b]