Coder Social home page Coder Social logo

kapiainen / the-subliming-of-isaac Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 4.0 212 KB

A Sublime Text 2 and 3 package for Lua scripting in The Binding of Isaac: Afterbirth+ mods.

License: MIT License

Batchfile 0.03% Python 99.97%
isaac sublime-text-2 sublime-text-3 linting code-completion

the-subliming-of-isaac's People

Contributors

kapiainen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

the-subliming-of-isaac's Issues

Dictionaries over multiple lines gives error

When writing a dictionary that stretches multiple lines it returns an error, stating

expected right curly brace, got newline instead

The problem can be recreated by the following dictionary:

local Bonus = {
    Damage = 0.4,
    Speed = 0.3
}

I have tested it in Isaac with Isaac.RenderText(Bonus.Damage, 120, 50, 1.0, 0.0, 0.0, 1)and it works completely fine.

Stuff that needs to be done

Misc

  • Modify LuaStandardLibraries to have the right parameter types and return types, when possible.
  • Add to Package Control(?)
  • Use this repo to create a new project that offers a framework for Lua code completion:
    • Modules provide support for specific runtimes (e.g. basic Lua, Rainmeter, The Binding Of Isaac, Love2D, etc.).
    • Integrate TypedLua and LuLPeg, which contains some LPeg code.
      • Requires custom syntax highlighting and a build system.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.