Giter VIP home page Giter VIP logo

language-salesforce's Introduction

Salesforce languages support for Atom

apmV apmDown

Add syntax highlighting and snippets to Apex and Visualforce files in Atom.

Originally converted from the ForceDotBundle TextMate bundle by joshbirk.

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.


Update: 03/20/2014

Great part of the Java grammar has been manually imported. Please feel free to clean the code removing unnecessary Java code and fixing any misbehavior or wrong highlighting.


License

MIT License

language-salesforce's People

Contributors

jonathanwiesel avatar pastjean avatar

Stargazers

Thomas Wünsche avatar btcNinja avatar Jakub Viták avatar Ryan Phillips avatar Theodoor van Donge avatar Jonathan Rico avatar Mitch Okamoto avatar

Watchers

Mitch Okamoto avatar James Cloos avatar  avatar Joseph Hassan avatar  avatar  avatar

language-salesforce's Issues

[Request] Add highlight for {!} formulae in visualforce

I've mucked around a bit and adding the below to 'patterns': [ gives something reasonable, but I have no idea if it's appropriate.

{
  'name': 'support.function.formula.visualforce'
  'begin': '{!'
  'end': '}'
  'captures':
    '0':
      'name': 'support.function.formula.visualforce'
}

Package.loadSettings is deprecated.

Store package settings files in the settings/ directory instead of scoped-properties/

Package.loadSettings (C:\Users\...\AppData\Local\atom\app-0.190.0\resources\app\src\package.js:550:9)
<unknown> (C:\Users\...\AppData\Local\atom\app-0.190.0\resources\app\src\package.js:172:43)

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.