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

Hyperscript

by gnat ST4

Hyperscript syntax highlighting for Sublime Text. (_hyperscript, HTMX)

Details

Installs

  • Total 159
  • Win 56
  • Mac 53
  • Linux 50
Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4
Windows 0 0 0 0 0 0 0 0 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 0 0 0 0 1 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Hyperscript for Sublime Text

Provides syntax highlighting for the Hyperscript (_hyperscript) language, both embedded in HTML and in a standalone file.

Hyperscript is the companion project of HTMX. A recommended alternative to Stimulus, Alpine.js, jQuery.

What is Hyperscript?

  • Event-oriented language.
  • Locality of Behaviour instead of verbose javascript modules.
  • Async transparency.
  • No long event chains / christmas trees.
  • Null safe.
  • Self-documenting natural syntax inspired by Hypertalk and AppleScript.
  • Saves a ton of code in components.

See: A First Look at Hyperscript

What is hyperscript / HTMX ?

Sample Highlighting

image (Color scheme: Invader Zim)

Installation

Option A (Package Control. 🙏🏻 Soon!): Preferences ➡️ Package Control ➡️ Install Package ➡️ Hyperscript ➡️ ENTER

Turn it on: View ➡️ Syntax ➡️ Hyperscript ➡️ HTML (Hyperscript)

Option B (Direct): Preferences ➡️ Browse Packages ... ➡️ cd User ➡️ Download and extract the latest.

Turn it on: View ➡️ Syntax ➡️ User or hyperscript-sublime or Hyperscript ➡️ HTML (Hyperscript)

Enjoy! 🙂 Find the community on the discord! Check out the Hyperscript Cheatsheet!

What is the relationship between HTMX and Hyperscript?

  • HTMX and Hyperscript are sibling projects.
  • They are designed to work well together, HTMX for server-interactions and Hyperscript for pure front-end interactions, but neither requires the other.

Highlighting enabled for…

Tag attributes supported:

  • _=""
  • hs=""
  • data-hs=""

Script tag:

  • <script type="text/hyperscript"></script>

Suggested Sublime Color Schemes

  • Invader Zim 🛸
  • Mariana (Built-in)
  • Monokai (Built-in)

Special Thanks

References