Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: highlightjs/highlightjs-apex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: highlightjs/highlightjs-apex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 9 commits
  • 25 files changed
  • 3 contributors

Commits on Nov 2, 2023

  1. style(CSS): create Monokai Sublime Apex theme (#18)

    Very close to VSCode and SublimeText theme for Monokai for Apex
    dschach authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d8a6ca1 View commit details
    Browse the repository at this point in the history
  2. build(changelog): remove auto-changelog (#21)

    replaced it with Release-Please
    dschach authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4c82447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f86b9e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8d11f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    372d827 View commit details
    Browse the repository at this point in the history
  6. ci(npm): configure npm (#24)

    docs: update README
    dschach authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    56651b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e71c1b9 View commit details
    Browse the repository at this point in the history
  8. feat: API 59.0 update (#16)

    add new namespaces for API 59.0
    
    refactor: rebuild most regex for speed
      Some code taken from official Apex language definition file
    
    feat(SOQL): sub-scope SOQL queries for supported styles
    The use of the "soql" class allows styles to highlight queries
    differently
    
    style: Monokai-Sublime-Apex theme has been revised
    
    Fixes #23
    dschach authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0616140 View commit details
    Browse the repository at this point in the history
  9. chore(main): release 1.3.0 (#20)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.3.0](v1.2.1...v1.3.0)
    (2023-11-02)
    
    
    ### Features
    
    * API 59.0 update
    ([#16](#16))
    ([0616140](0616140)),
    closes [#23](#23)
    
    
    ### Styles
    
    * **CSS:** create Monokai Sublime Apex theme
    ([#18](#18))
    ([d8a6ca1](d8a6ca1))
    * Monokai-Sublime-Apex theme has been revised
    ([0616140](0616140))
    
    
    ### Documentation
    
    * update README
    ([56651b3](56651b3))
    * update sample code image
    ([e71c1b9](e71c1b9))
    
    
    ### Build System
    
    * **changelog:** remove auto-changelog
    ([#21](#21))
    ([4c82447](4c82447))
    
    
    ### Continuous Integration
    
    * **codeql:** limit run to js updates
    ([d8d11f8](d8d11f8))
    * **npm:** add npm upload to release script
    ([#22](#22))
    ([372d827](372d827))
    * **npm:** configure npm
    ([#24](#24))
    ([56651b3](56651b3))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    42f885c View commit details
    Browse the repository at this point in the history
Loading