Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Refactoring #254

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
🎨 Use lower_case_with_underscores notation for repositories
  • Loading branch information
MaximSokolov committed Nov 9, 2015
commit c6c2be2015a3e23d96e41c5558716c4b5b112db3
24 changes: 12 additions & 12 deletions grammars/javascript.cson
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
'name': 'meta.function.prototype.js'
'patterns': [
{
'include': '#function-params'
'include': '#function_params'
}
]
}
Expand Down Expand Up @@ -344,7 +344,7 @@
'name': 'meta.function.js'
'patterns': [
{
'include': '#function-params'
'include': '#function_params'
}
]
}
Expand Down Expand Up @@ -373,7 +373,7 @@
'name': 'meta.function.js'
'patterns': [
{
'include': '#function-params'
'include': '#function_params'
}
]
}
Expand All @@ -398,7 +398,7 @@
'name': 'meta.function.js'
'patterns': [
{
'include': '#function-params'
'include': '#function_params'
}
]
}
Expand Down Expand Up @@ -427,7 +427,7 @@
'name': 'meta.function.json.js'
'patterns': [
{
'include': '#function-params'
'include': '#function_params'
}
]
}
Expand Down Expand Up @@ -470,7 +470,7 @@
'name': 'meta.function.json.js'
'patterns': [
{
'include': '#function-params'
'include': '#function_params'
}
]
}
Expand All @@ -487,7 +487,7 @@
'name': 'punctuation.definition.parameters.end.js'
'patterns': [
{
'include': '#function-params'
'include': '#function_params'
}
]
}
Expand Down Expand Up @@ -525,7 +525,7 @@
'name': 'storage.type.arrow.js'
'patterns': [
{
'include': '#function-params'
'include': '#function_params'
}
]
}
Expand All @@ -548,7 +548,7 @@
'name': 'storage.type.arrow.js'
'patterns': [
{
'include': '#function-params'
'include': '#function_params'
}
]
}
Expand All @@ -573,7 +573,7 @@
'name': 'storage.type.arrow.js'
'patterns': [
{
'include': '#function-params'
'include': '#function_params'
}
]
}
Expand Down Expand Up @@ -980,15 +980,15 @@
'name': 'punctuation.definition.parameters.end.js'
'patterns': [
{
'include': '#function-params'
'include': '#function_params'
}
{
'include': '#strings'
}
]
}
]
'function-params':
'function_params':
'patterns': [
{
'include': '#numbers'
Expand Down
4 changes: 2 additions & 2 deletions grammars/regular expression replacement (javascript).cson
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
'fileTypes': []
'patterns': [
{
'include': '#regexp-replacement'
'include': '#regexp_replacement'
}
]
'repository':
'regexp-replacement':
'regexp_replacement':
'patterns': [
{
'match': '\\$([1-9][0-9]|[1-9]|0[1-9]|[&`\'])'
Expand Down
6 changes: 3 additions & 3 deletions grammars/regular expressions (javascript).cson
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
]
'repository':
'regex-character-class':
'regex_character_class':
'patterns': [
{
'match': '\\\\[wWsSdD]|\\.'
Expand Down Expand Up @@ -111,11 +111,11 @@
'name': 'constant.other.character-class.range.regexp'
}
{
'include': '#regex-character-class'
'include': '#regex_character_class'
}
]
}
{
'include': '#regex-character-class'
'include': '#regex_character_class'
}
]