-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into fix-1830
- Loading branch information
Showing
262 changed files
with
38,287 additions
and
7,324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Syntax Highlighting problem | ||
about: Create a bug report for mis-highlighted code in one of the default languages. | ||
|
||
--- | ||
|
||
<!-- | ||
Please search existing issues to avoid creating duplicates. Also, if you | ||
are able, follow the directions at https://github.com/sublimehq/Packages#installation | ||
to check the latest version of this language highlighting. | ||
If the problem persists, please begin the issue title with the language in | ||
square brackets, e.g. "[XML] Tags with underscores" | ||
--> | ||
|
||
- Sublime Version: | ||
- OS Version: | ||
|
||
<!-- Replace 'lang' below with the GitHub language identifier for your problem (e.g. 'html' or 'java') --> | ||
|
||
``` lang | ||
# Minimum code snippet to demonstrate the issue | ||
``` | ||
|
||
<!-- If you believe it is helpful, include a screenshot of the code in your Sublime Text window. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Go to Symbol problem | ||
about: Create a bug report for file indexing in one of the default languages. | ||
|
||
--- | ||
|
||
<!-- | ||
Please search existing issues to avoid creating duplicates. Also, if you | ||
are able, follow the directions at https://github.com/sublimehq/Packages#installation | ||
to check the latest version of this language's behavior. | ||
If the problem persists, please begin the issue title with the language in | ||
square brackets, e.g. "[Java] Can't go-to-symbol on classes" | ||
--> | ||
|
||
- Sublime Version: | ||
- OS Version: | ||
|
||
## Expected behavior | ||
|
||
## Actual behavior | ||
|
||
## Steps to reproduce | ||
|
||
1. | ||
2. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Snippet, Completion, Indentation, or Build problem | ||
about: Suggest improvements for one of the default language support files. | ||
|
||
--- | ||
|
||
<!-- | ||
Please search existing issues to avoid creating duplicates. Also, if you | ||
are able, follow the directions at https://github.com/sublimehq/Packages#installation | ||
to check the latest version of this language highlighting. | ||
If the problem persists, please begin the issue title with the language in | ||
square brackets, e.g. "[PHP] Snippet for echo includes the wrong tab stops" | ||
--> | ||
|
||
- Sublime Version: | ||
- OS Version: | ||
|
||
## Expected behavior | ||
|
||
## Actual behavior | ||
|
||
## Steps to reproduce | ||
|
||
1. | ||
2. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
name: Small update to Syntax definition | ||
about: I have made easily-reviewable changes to a `.sublime-syntax` file. | ||
title: [PackageName] update_summary | ||
|
||
--- | ||
|
||
- [ ] My commit messages start with the package name in square brackets, e.g. `[XML]`. | ||
- [ ] I have included new or enhanced [syntax tests][] to cover the changes. | ||
|
||
[syntax tests]: https://www.sublimetext.com/docs/3/syntax.html#testing |
33 changes: 33 additions & 0 deletions
33
.github/PULL_REQUEST_TEMPLATE/02-syntax-update-significant.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Large update to Syntax definition | ||
about: I have made significant changes to a `.sublime-syntax` file. | ||
title: [PackageName] update_summary | ||
|
||
--- | ||
|
||
- [ ] My commit messages start with the package name in square brackets, e.g. `[XML]`. | ||
- [ ] I have included new or enhanced [syntax tests][] to cover the changes. | ||
- [ ] I have included a performance comparison below: | ||
|
||
|
||
## Performance | ||
<!-- | ||
Run "Tools > Build With... > Syntax Tests - Performance" and put the | ||
relevant output in the blocks below, both with and without your changes. | ||
--> | ||
|
||
### Before changes | ||
|
||
``` | ||
Syntax "Packages/PackageName/lang.sublime-syntax" took an average of 10.0ms over 10 runs | ||
Syntax "Packages/PackageName/lang-types.sublime-syntax" took an average of 2.0ms over 10 runs | ||
``` | ||
|
||
### After changes | ||
|
||
``` | ||
Syntax "Packages/PackageName/lang.sublime-syntax" took an average of 10.2ms over 10 runs | ||
Syntax "Packages/PackageName/lang-types.sublime-syntax" took an average of 2.0ms over 10 runs | ||
``` | ||
|
||
[syntax tests]: https://www.sublimetext.com/docs/3/syntax.html#testing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
name: Update to supporting files | ||
about: My changes do not include any `.sublime-syntax` file. | ||
title: [PackageName] update_summary | ||
|
||
--- | ||
|
||
- [ ] My commit messages start with the package name in square brackets, e.g. `[XML]`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/* SYNTAX TEST "Packages/ActionScript/ActionScript.sublime-syntax" */ | ||
|
||
/** | ||
* | ||
/* ^ comment.block.actionscript.2 punctuation.definition.comment.actionscript.2 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.