Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dervexdev/luno
- Owner: DervexDev
- License: apache-2.0
- Created: 2023-09-26T20:56:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T21:45:42.000Z (10 months ago)
- Last Synced: 2024-05-02T05:29:58.315Z (8 months ago)
- Topics: formatter, lua, luau, negation, not-equal, operator, universal
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Dervex.luno
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.