apex-tmLanguage
apex-tmLanguage copied to clipboard
Salesforce Apex Language syntax grammar used for colorization
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...
https://salesforce-internal.slack.com/archives/C05DKNXJC15/p1690486398092009
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
The current license contained BSD-3 at the top, and MIT at the bottom. So it's unclear under which license this repo is open-sourced. Fixed with #58
## Details Implementing or extending a type with a namespace causes a highlighting issues where, the namespace is scopes with `entity.name.type.implements.apex` and the type is un-scoped. ## Repro ```apex class...
## Details Using `final` with method parameters causes a highlighting issue where, `final` is scoped with `storage.type.apex` and the type is scoped with `entity.name.variable.parameter.apex`. Essentially it recognises the keyword `final`...
## Details What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.) Visual Studio Code ## Repro Please provide a code example and (optionally) a screenshot...
## Details Using a ternary expression in the below specified context causes syntax highlighting to break, although this is valid syntax and does deploy / run correctly. What editor are...
## Details What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.) - Visual Studio Code What version of the editor are you using? - 1.39.2...