mirror of
https://github.com/jlengrand/elm-language-client-vscode.git
synced 2026-03-10 08:11:17 +00:00
@@ -29,14 +29,14 @@
|
||||
"include": "#type-alias-declaration"
|
||||
},
|
||||
{
|
||||
"include": "#string-double"
|
||||
"include": "#string-triple"
|
||||
},
|
||||
{
|
||||
"include": "#string-quote"
|
||||
},
|
||||
{
|
||||
"include": "#char"
|
||||
},
|
||||
{
|
||||
"include": "#string-triple"
|
||||
},
|
||||
{
|
||||
"comment": "Floats are always decimal",
|
||||
"match": "\\b([0-9]+\\.[0-9]+([eE][+-]?[0-9]+)?|[0-9]+[eE][+-]?[0-9]+)\\b",
|
||||
@@ -311,7 +311,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"string-double": {
|
||||
"string-quote": {
|
||||
"name": "string.quoted.double.elm",
|
||||
"begin": "\"",
|
||||
"beginCaptures": {
|
||||
|
||||
Reference in New Issue
Block a user