
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@salesforce/apex-tmlanguage
Advanced tools
Textmate grammar for Apex with outputs for VSCode, Atom and TextMate.
This repository contains the source code for generating the language grammar files for Salesforce's Apex.
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.
To build and test install Node.js do the following:
yarn install
to install any dependencies.yarn run build
to build using gulp.yarn run test
to run tests.Output grammars are output in the grammars/
directory.
To see the token changes from within the Salesforce VS Code Extensions:
apex.tmLanguage
results into ../salesforcedx-vscode/packages/salesforcedx-vscode-apex/node_modules/@salesforce/apex-tmlanguage/grammars/apex.tmLanguage
.Command Palette
select Developer: Inspect Editor Tokens and Scopes
.Token structure is based off of Textmate's Language Grammar guidelines
For the standalone SOQL grammar, tests are executed with vscode-tmgrammar-tests.
test/soql/
|-- simple_account.soql "Manually" created test cases
|-- ...
`-- snapshots/ "Snapshot-based" test cases
|-- example-*.soql
|-- example-*.soql.snap
`-- ...
The difference between manual vs. snapshot tests is that the latter are auto-generated and can be updated with command vscode-tmgrammar-snap -u
. They are useful to quickly see the output of applying the grammar and catch regressions.
The example-* queries were taken from Example SELECT clauses.
grammars/apex.tmLanguage.cson
- for Atomgrammars/apex.tmLanguage
- TextMate grammar (XML plist)grammars/soql.tmLanguage
- TextMate grammar (XML plist) for standalone SOQL filesMerges to main on this repo with commits of type 'feat' or 'fix' get automatically published as a GitHub release and an NPM package through Github Actions.
This repository was copied from https://github.com/dotnet/csharp-tmLanguage
FAQs
Textmate grammar for Apex with outputs for VSCode, Atom and TextMate.
The npm package @salesforce/apex-tmlanguage receives a total of 2,047 weekly downloads. As such, @salesforce/apex-tmlanguage popularity was classified as popular.
We found that @salesforce/apex-tmlanguage demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 48 open source maintainers collaborating on the project.
Did you know?
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.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.