Jack Cherng

Results 30 issues of Jack Cherng

I.e., allowing doing https://github.com/jfcherng-sublime/ST-my-settings/commit/a2e955c2422edb61a04b183ba158f2680f429e6a

This is another attempt to implement #84 and closes #91. --- The implementation issue in the original PR is ```py path_parts = self.str_path.split(path.sep) ``` won't split on Windows, whose `path.sep`...

For exmaple, this file: https://github.com/sublimehq/Packages/blob/7abb330667572395fd5ce82d724a7c7173219f3b/JSON/Fold.tmPreferences ```xml scope source.json settings indentationFoldingEnabled foldScopes begin punctuation.section.sequence.begin end punctuation.section.sequence.end begin punctuation.section.mapping.begin end punctuation.section.mapping.end ``` ![image](https://user-images.githubusercontent.com/6594915/172056154-bcfa9c7c-577f-4e50-858e-216f2de00e33.png)

defect
enhancement

There are some special chars in the URL. ## Reproduction Steps 1. Open command palette 2. Run `Package Control: Install Package` 3. Type `autos` for filtering 4. Check your console...

The Apple M1 machine is `osx-arm64`. References: - https://github.com/sublimelsp/st-schema-reviewer-action/pull/1 - https://github.com/sublimelsp/repository/pull/52

non-package

### Description of the bug Glad to see this in core but it just won't work at this moment. ![image](https://user-images.githubusercontent.com/6594915/170615003-7570a12c-5928-4cfb-a4a2-9a2891a1a206.png) - To annotate type of list, use `List[A]` rather than...

C: API

### What happened? It looks like default parameter value is not parsed. ![image](https://user-images.githubusercontent.com/6594915/199392302-03da6a88-6ae2-40a7-9fa7-3b9bdccb655f.png) ## Expected test ```groovy def say(msg = 'Hello', name = 'world String') { // ^ keyword.operator.assignment //...

T: bug
C: Syntax

```c++ bar.(func); ``` ![image](https://user-images.githubusercontent.com/6594915/91643602-5a8de080-ea67-11ea-8e00-0816e8f5452d.png) - Sublime Version: 4084 https://forum.sublimetext.com/t/valid-c-highlighting-suggesting-invalid/53503

T: bug
C: Syntax

As the title. People can list multiple versions in the `.python-version` file too. The first matched one should be used. E.g., with the following `.python-version`, `3.12` is preferred but `3.11`...

enhancement