Socket
Socket
Sign inDemoInstall

cspell-grammar

Package Overview
Dependencies
Maintainers
1
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-grammar

A tmLanguage based Grammar Parser for cSpell


Version published
Weekly downloads
589K
increased by16.87%
Maintainers
1
Weekly downloads
 
Created
Source

Grammar Parser

tmLanguage Grammar parser for cSpell

WIP -- This is a Work In Progress

This language parser support tmLanguage style grammars.

Notes

  • Works ONLY with Node 8 and above or Javascript engines that support RegExp look back.
  • Most tmLanguage grammars use RegExp based upon Oniguruma engine. This grammar engine attempts to simulate the features of Oniguruma, but it may fail. At the grammar engine's core, XRegExp is used. So any limitations in XRegExp are also limitations in the grammar.
    • \A, \G, \Z, \z flags are simulated in a best attempt, but it is not possible to get them exactly right.

Keywords

FAQs

Package last updated on 21 May 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc