Skip to content

Instantly share code, notes, and snippets.

View kirilcvetkov's full-sized avatar

Kiril Cvetkov kirilcvetkov

  • SlickSky.com LTD
  • Santa Monica, CA
  • 07:25 (UTC -07:00)
  • LinkedIn in/kcvetkov
View GitHub Profile
@mikermcneil
mikermcneil / parasails.sublime-syntax
Last active March 24, 2023 17:47
Syntax highlight template literals as HTML in Sublime Text 3 for Vue.js components, Vue app instances, or other client-side JavaScript. Particularly useful for the .page.js and .component.js files in your Sails app or other Parasails project. No grunt-ing, gulp-ing, webpack-ing, brunch-ing, or supper required.
%YAML 1.2
---
# parasails.sublime-syntax
#
# Syntax highlight template literals as HTML in Vue components (standalone and inline).
# Automatically enabled for .component.js and .page.js files.
# (Designed for use with client-side JavaScript for your Vue.js, Sails.js,
# or Parasails app-- but could be used anywhere-- even on the server via Node.js.)
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #