|
Lines 1-6
Link Here
|
| 1 |
/******************************************************************************* |
1 |
/******************************************************************************* |
| 2 |
* @license |
2 |
* @license |
| 3 |
* Copyright (c) 2014 IBM Corporation and others. |
3 |
* Copyright (c) 2014, 2016 IBM Corporation and others. |
| 4 |
* All rights reserved. This program and the accompanying materials are made |
4 |
* All rights reserved. This program and the accompanying materials are made |
| 5 |
* available under the terms of the Eclipse Public License v1.0 |
5 |
* available under the terms of the Eclipse Public License v1.0 |
| 6 |
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution |
6 |
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution |
|
Lines 59-64
define("orion/editor/stylers/application_javascript/syntax", ["orion/editor/styl
Link Here
|
| 59 |
end: '^(?:$|(?:\\\\.|[^\\\\"])*("|[^\\\\]$))', |
59 |
end: '^(?:$|(?:\\\\.|[^\\\\"])*("|[^\\\\]$))', |
| 60 |
name: "string.quoted.double.js" |
60 |
name: "string.quoted.double.js" |
| 61 |
}, |
61 |
}, |
|
|
62 |
{ |
| 63 |
match: '`(?:\\\\.|[^`])*`?', |
| 64 |
name: "string.quoted.backtick.js" |
| 65 |
}, |
| 62 |
{include: "orion.lib#string_doubleQuote"}, |
66 |
{include: "orion.lib#string_doubleQuote"}, |
| 63 |
{include: "orion.lib#string_singleQuote"}, |
67 |
{include: "orion.lib#string_singleQuote"}, |
| 64 |
{include: "orion.c-like#comment_singleLine"}, |
68 |
{include: "orion.c-like#comment_singleLine"}, |