Sha256: aab612b9e3d532549c24a369ad691a12b860f5519514e44ae42f79fe2961bbcf

Contents?: true

Size: 1.01 KB

Versions: 139

Compression:

Stored size: 1.01 KB

Contents

--- 
name: Greasemonkey
fileTypes: 
- user.js
firstLineMatch: // ==UserScript==
scopeName: source.js.greasemonkey
uuid: B57ED36B-65DD-492A-82D7-E6C80253BAAB
foldingStartMarker: // ==UserScript==
patterns: 
- name: support.class.greasemonkey
  match: \bunsafeWindow\b
- name: support.function.greasemonkey
  match: \bGM_(registerMenuCommand|xmlhttpRequest|setValue|getValue|log|openInTab|addStyle)\b(?=\()
- name: meta.header.greasemonkey
  begin: // ==UserScript==
  end: // ==/UserScript==\s*
  patterns: 
  - name: meta.directive.standard.greasemonkey
    captures: 
      "1": 
        name: keyword.other.greasemonkey
      "3": 
        name: string.unquoted.greasemonkey
    match: // (@(name|namespace|description|include|exclude))\b\s*(.+\s+)?
  - name: meta.directive.nonstandard.greasemonkey
    captures: 
      "1": 
        name: keyword.other.greasemonkey
      "3": 
        name: string.unquoted.greasemonkey
    match: // (@(\S+))\b\s*(.+\s+)?
- include: source.js
foldingStopMarker: // ==/UserScript==
keyEquivalent: ^~G

Version data entries

139 entries across 134 versions & 19 rubygems

Version Path
textpow-1.4.0 lib/textpow/syntax/source.js.greasemonkey.syntax
spox-ultraviolet-0.10.3 syntax/greasemonkey.syntax
spox-ultraviolet-0.10.4 syntax/greasemonkey.syntax
vertiginous-ultraviolet-0.10.2 syntax/greasemonkey.syntax
vertiginous-ultraviolet-0.10.3 syntax/greasemonkey.syntax
textpow-1.3.1 lib/textpow/syntax/source.js.greasemonkey.syntax
textpow-1.3.0 lib/textpow/syntax/source.js.greasemonkey.syntax
textpow1x-1.2.5 lib/textpow/syntax/source.js.greasemonkey.syntax
rmthemegen-0.0.47 vendor/ultraviolet-0.10.2/syntax/greasemonkey.syntax
code_rippa-0.0.7 lib/code_rippa/syntax/greasemonkey.syntax
code_rippa-0.0.6 lib/code_rippa/syntax/greasemonkey.syntax
code_rippa-0.0.5 lib/code_rippa/syntax/greasemonkey.syntax
code_rippa-0.0.4 lib/code_rippa/syntax/greasemonkey.syntax
code_rippa-0.0.3 lib/code_rippa/syntax/greasemonkey.syntax
code_rippa-0.0.1 lib/code_rippa/syntax/greasemonkey.syntax
textpow1x-1.2.4 lib/textpow/syntax/source.js.greasemonkey.syntax
textpow1x-1.2.3 lib/textpow/syntax/source.js.greasemonkey.syntax
textpow1x-1.2.2 lib/textpow/syntax/source.js.greasemonkey.syntax
textpow1x-1.2.1 lib/textpow/syntax/source.js.greasemonkey.syntax
textpow1x-1.2.0 lib/textpow/syntax/source.js.greasemonkey.syntax