Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@salesforce/apex-tmlanguage

Package Overview
Dependencies
Maintainers
37
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/apex-tmlanguage

Textmate grammar for Apex with outputs for VSCode, Atom and TextMate.

  • 1.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
775
decreased by-64.82%
Maintainers
37
Weekly downloads
 
Created
Source

Salesforce Apex Language Grammar

CircleCI

Introduction

This repository contains the source code for generating the language grammar files for Salesforce's Apex.

Disclaimer

Development and setup of this project has not been tested for Windows OS. You may see a node-gyp error - follow the instrutions here to resolve it.

Development

To build and test install Node.js do the following:

  • Run npm install to install any dependencies.
  • Run gulp to build and run tests.

Output grammars are output in the grammars\ dirctory.

Adding grammar rules

Token structure is based off of Textmate's Language Grammar guidelines

Supported outputs

  • grammars\apex.tmLanguage.cson - for Atom
  • grammars\apex.tmLanguage - TextMate grammar (XML plist)

Releasing

Tags on this repo get automatically published as a GitHub release and an NPM package through Travis CI.

Attribution

This repository was copied from https://github.com/dotnet/csharp-tmLanguage

Keywords

FAQs

Package last updated on 12 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc