summaryrefslogtreecommitdiff
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Move to ES2021, use the latest vscode clientDanielGavin2025-09-245-1148/+2909
|
* Check to see that the user `ols.json` exists before copying itBrad Lewis2025-08-162-5/+8
|
* Merge pull request #872 from BradLewis/fix/vscode-extension-odin-commandDanielGavin2025-08-162-20/+6
|\ | | | | Fix issue with vscode extension incorrectly concatenating paths when using `odin_command`
| * Fix issue with vscode extension incorrectly concatenating paths when using ↵Brad Lewis2025-08-132-20/+6
| | | | | | | | `odin_command`
* | Copy the users ols.json to the new folder when updating the binary with vscodeBrad Lewis2025-08-151-0/+3
|/
* Revert to using `[^:]+` for problem matchersDamian Tarnawski2025-08-091-2/+2
|
* Correct odin problemMatcher and add odin-unixDamian Tarnawski2025-08-091-4/+14
|
* Check for updates in the vscode extension asynchronouslyBrad Lewis2025-08-062-28/+52
|
* Support document parse on runtime packageDanielGavin2025-05-262-2/+2
|
* Fixed issue with magic completion in call expressions.DanielGavin2025-05-173-26/+48
|
* Merge pull request #629 from harold-b/hb.vscode-problem-matcherDanielGavin2025-05-111-0/+15
|\ | | | | Add vscode problem matcher for Odin
| * Add vscode problem matcher for OdinHarold Brenes2025-04-251-0/+15
| |
* | neovim definitions for conformtroi2025-04-052-0/+31
| |
* | read odin_command from ols.json to check if it existshardliner662025-03-093-411/+426
|/
* add format placeholders to vscode syntaxColter2025-01-121-0/+8
| | | all the % formats, as specified here https://pkg.odin-lang.org/core/fmt/
* improved the starting configuration dialogCarlyle2025-01-031-12/+21
|
* made 'create ols.json' and 'edit global ols.json' behave more consistently ↵Carlyle2025-01-032-34/+43
| | | | with each other
* added the Edit global config commandCarlyle2024-12-313-20/+37
|
* Add exclude path for workspace symbols.DanielGavin2024-12-305-214/+1547
|
* Added new_clone, free, and free_all to odin.tmLanguage.jsondozn2024-12-271-1/+1
|
* Allow to dismiss update dialog and continue to work offlineViktor2024-10-231-9/+11
|
* Add grammar for ternary exp and union member accessDamian Tarnawski2024-09-251-6/+36
|
* Add grammar for new file-tags and shabang commentsDamian Tarnawski2024-09-151-26/+48
|
* Merge branch 'master' into renameDanielGavin2024-06-284-70/+112
|\
| * Update packageDanielGavin2024-06-282-3/+3
| |
| * Merge pull request #416 from blob1807/masterDanielGavin2024-06-282-0/+55
| |\ | | | | | | [vscode] Add support for syntax highlighting in md
| | * Add support for syntax highlighting in mdblob18072024-06-282-0/+55
| | | | | | | | | | | | Add support for syntax highlighting with in mark down fenced code block.
| * | Add spread and range operators to the syntax highlightingDamian Tarnawski2024-06-251-11/+14
| | |
| * | Add punctuation tokens to comments and inline some rulesDamian Tarnawski2024-06-241-52/+36
| |/
| * Change scope for tags to `entity.name.tag.odin`Damian Tarnawski2024-06-141-1/+1
| |
| * Minor fixes to tm grammarsDamian Tarnawski2024-06-141-4/+4
| | | | | | | | | | | | - add `\` to punctuation - change scope for `context` to a `keyword.context.odin` - fix edge case with `case` being matched in struct declarations
* | Fix issues with references now showing the definition itself if in another ↵DanielGavin2024-06-122-19/+19
|/ | | | package.
* Add `\e` to allowed escape sequences in stringsDamian Tarnawski2024-05-041-1/+1
|
* Highlight import namespace using semantic tokensDamian Tarnawski2024-05-021-8/+0
| | | | | | | Removes highlighting the namespace in import path from tm grammars, and added it instead to the semantic tokens. So it works the same way between editors.
* Better match commas in attributesDamian Tarnawski2024-04-231-2/+4
|
* Add attributes grammarDamian Tarnawski2024-04-231-0/+30
|
* Add normal string fallbackDamian Tarnawski2024-04-201-3/+4
|
* Add improved grammars for import declarationsDamian Tarnawski2024-04-201-0/+27
| | | | highlights namespace that the import provides
* add .npmrc file to enforce hoisted install strategyDamian Tarnawski2024-04-202-2/+3
| | | | `vsce` doesn't work with linked strategy that users might default to
* Add bit_field keyword to tm grammarsDamian Tarnawski2024-04-091-3/+3
|
* Add grammar for ansi color sequences in stringsDamian Tarnawski2024-03-161-0/+4
|
* Automatically add shared collection.DanielGavin2024-02-224-6/+23
|
* Change the template of vscode extension for `ols.json`DanielGavin2024-02-221-2/+1
|
* Merge branch 'master' into polyDanielGavin2024-02-031-13/+13
|\
| * Remove where-clause from syntaxDamian Tarnawski2024-01-241-13/+13
| |
* | Merge branch 'master' into polyDanielGavin2024-01-191-281/+273
|\|
| * Major changes to the Odin textmate syntax grammarDamian Tarnawski2023-12-251-281/+273
| |
* | New poly resolve systemDanielGavin2023-12-281-1/+1
|/
* Fix raw string escape grammarDamian Tarnawski2023-12-221-2/+1
|
* Don't add collection "vendor" in test runningDanielGavin2023-12-031-1/+1
|