package tm-grammars

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file tm_grammar_vue_interpolations.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
let lang_id = "vue-interpolations"
let json = {json|{
  "fileTypes": [
  ],
  "injectTo": [
    "source.vue",
    "text.html.markdown",
    "text.html.derivative",
    "text.pug"
  ],
  "injectionSelector": "L:text.pug -comment -string.comment, L:text.html.derivative -comment.block, L:text.html.markdown -comment.block",
  "name": "vue-interpolations",
  "patterns": [
    {
      "include": "text.html.vue#vue-interpolations"
    }
  ],
  "scopeName": "vue.interpolations"
}|json}