Jack Cherng
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 ``` 
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
### Description of the bug Glad to see this in core but it just won't work at this moment.  - To annotate type of list, use `List[A]` rather than...
### What happened? It looks like default parameter value is not parsed.  ## Expected test ```groovy def say(msg = 'Hello', name = 'world String') { // ^ keyword.operator.assignment //...
```c++ bar.(func); ```  - Sublime Version: 4084 https://forum.sublimetext.com/t/valid-c-highlighting-suggesting-invalid/53503
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`...