Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@codemirror/lang-liquid
Advanced tools
[ WEBSITE | ISSUES | FORUM | CHANGELOG ]
This package implements Liquid template support for the CodeMirror code editor.
The project page has more information, a number of examples and the documentation.
This code is released under an MIT license.
We aim to be an inclusive, welcoming community. To make that explicit, we have a code of conduct that applies to communication around the project.
liquid(config?: LiquidCompletionConfig & Object = {}) → LanguageSupport
Liquid template support.
liquidLanguage: LRLanguage
A language provider for Liquid templates.
type
LiquidCompletionConfigConfiguration options to
liquidCompletionSource
.
Adds additional completions when completing a Liquid tag.
filters?: readonly Completion[]
Add additional filter completions.
variables?: readonly Completion[]
Add variable completions.
properties?: fn(path: readonly string[], state: EditorState, context: CompletionContext) → readonly Completion[]
Provides completions for properties completed under the given
path. For example, when completing user.address.
, path
will
be ["user", "address"]
.
liquidCompletionSource(config?: LiquidCompletionConfig = {}) → fn(context: CompletionContext) → CompletionResult | null
Returns a completion source for liquid templates. Optionally takes a configuration that adds additional custom completions.
closePercentBrace: Extension
This extension will, when the user types a %
between two
matching braces, insert two percent signs instead and put the
cursor between them.
6.2.1 (2024-02-02)
Explicitly declare dependencies on @codemirror/state, /view, and /autocomplete.
FAQs
Liquid template support for the CodeMirror code editor
The npm package @codemirror/lang-liquid receives a total of 42,755 weekly downloads. As such, @codemirror/lang-liquid popularity was classified as popular.
We found that @codemirror/lang-liquid demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.