• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

keyword-pair-matcher

Highlights keyword pairs
  • #highlight
  • #keyword
  • #pair
  • #matcher
susisu
0.2.2 373
3
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

keyword-pair-matcher

Highlights keyword pairs, like bracket-matcher.

This package is not for a specific language, and thus does not provide default configuration of keyword pairs. Please configure them in config.cson for each language you like :)

For Shell Script:

".shell.source":
  "keyword-pair-matcher":
    keywordPairs: [
      "if..fi"
      "case..esac"
      "for..done"
      "while..done"
      "until..done"
      "select..done"
    ]

For OCaml:

".ocaml.source":
  "keyword-pair-matcher":
    keywordPairs: [
      "begin..end"
      "for..done"
      "while..done"
      "struct..end"
      "sig..end"
      "object..end"
    ]

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by