mirror of
https://github.com/Reuh/language-candran.git
synced 2025-10-27 12:19:30 +00:00
Merge pull request #15 from nebularg/patch-1
Include the surrounding quotes for string.quoted grammars
This commit is contained in:
commit
22f40fc813
1 changed files with 12 additions and 0 deletions
|
|
@ -38,6 +38,12 @@
|
|||
'name': 'punctuation.definition.string.end.lua'
|
||||
'name': 'string.quoted.single.lua'
|
||||
'patterns': [
|
||||
{
|
||||
'include': 'punctuation.definition.string.begin.lua'
|
||||
}
|
||||
{
|
||||
'include': 'punctuation.definition.string.end.lua'
|
||||
}
|
||||
{
|
||||
'match': '\\\\.'
|
||||
'name': 'constant.character.escape.lua'
|
||||
|
|
@ -55,6 +61,12 @@
|
|||
'name': 'punctuation.definition.string.end.lua'
|
||||
'name': 'string.quoted.double.lua'
|
||||
'patterns': [
|
||||
{
|
||||
'include': 'punctuation.definition.string.begin.lua'
|
||||
}
|
||||
{
|
||||
'include': 'punctuation.definition.string.end.lua'
|
||||
}
|
||||
{
|
||||
'match': '\\\\.'
|
||||
'name': 'constant.character.escape.lua'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue