Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dervexdev/luno

Lua Universal Negation Operator
https://github.com/dervexdev/luno

formatter lua luau negation not-equal operator universal

Last synced: about 1 month ago
JSON representation

Lua Universal Negation Operator

Awesome Lists containing this project

README

        

# Lua Universal Negation Operator

Ultra compact VSC extension (about 30 lines) that allows you to use exclamation mark as a negation operator in Lua or Luau. LUNO converts `!=` to `~=` as you type so there is no need to set up any additional stuff.