ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Lit​Element Syntax Highlighting

Syntax highlighting for Lit-Element and Lit-Html libraries for Sublime Text 3

Details

Installs

  • Total 644
  • Win 254
  • Mac 225
  • Linux 165
Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2
Windows 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 2 0 0 0 0 0 0 0 0 0 0 0 1
Mac 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0

Readme

Source
raw.​githubusercontent.​com

Lit-Element Syntax Highlighting for Sublime Text 3

This enables syntax highlighting when using the lit-element and lit-html libraries. It also includes Babel (eg. for decorators).

NOTE: This package triggers a bug with Sublime Text that will pop up an error message on window load: “Apparent recursion within a with_prototype action: 25000 context sanity limit hit” (https://github.com/sublimehq/sublime_text/issues/2444). It's a known bug with Sublime Text. Yes it's annoying as hell, and I hope that it gets fixed (I've actually moved on to VS Code partially because of this). Anybody who solves it is welcome to submit a PR!

Installation

  1. Install Package Control for Sublime Text 3
  2. Ctrl+Shift+P -> “Install Package” -> “LitElement Syntax Highlighting” (pending approval)
  3. View -> Syntax -> Lit-Element

Note: Only the lit-element.sublime-syntax file is valid. The tmLanguage file will not work (only included it because I had to to get the PR approved by the robot). Unless you're using an older version of Sublime Text, this should not matter.