Skip to content

fix: update SUPPORTED_LANGUAGES.md with Ceylon and Clojure aliases#4372

Open
KJyang-0114 wants to merge 2 commits intohighlightjs:mainfrom
KJyang-0114:fix/issue-4359-supported-languages
Open

fix: update SUPPORTED_LANGUAGES.md with Ceylon and Clojure aliases#4372
KJyang-0114 wants to merge 2 commits intohighlightjs:mainfrom
KJyang-0114:fix/issue-4359-supported-languages

Conversation

@KJyang-0114
Copy link

Description

This PR fixes issue #4359 by updating the SUPPORTED_LANGUAGES.md file:

  1. Add missing Ceylon language - The Ceylon language file exists in src/languages/ceylon.js but was not listed in the documentation

  2. Add missing 'edn' alias to Clojure - The Clojure language definition includes 'edn' as an alias, but the documentation only listed 'clojure' and 'clj'

Changes

  • Added Ceylon entry to SUPPORTED_LANGUAGES.md
  • Added 'edn' alias to Clojure entry

Closes #4359

- Add missing Ceylon language entry
- Add missing 'edn' alias to Clojure (closes highlightjs#4359)
Add syntax highlighting for Cedar authorization policy language.
 Cedar is a language for writing authorization policies and making
 authorization decisions based on those policies.

 - Implements keywords: permit, forbid, when, unless, if, then, else
 - Supports Cedar variables: principal, action, resource, context
 - Supports policy templates: ?principal, ?resource
 - Implements built-in functions: ip, decimal, datetime, duration
 - Implements method highlighting for entity operations
 - Resolves issue highlightjs#4164
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Supported_language is not up to date

2 participants