aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix issue with variables assigning in global space to procedures.DanielGavin2023-12-172-22/+60
|
* Update README.mdDanielGavin2023-12-161-14/+2
|
* Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-12-141-3/+1
|\
| * Merge pull request #280 from plaukiu/readme-fixDanielGavin2023-12-121-3/+1
| |\ | | | | | | Update `README.md`
| | * Update README.mdplaukiu2023-12-121-3/+1
| |/ | | | | | | | | | | README.md is misleading. It demands the user use a commit of Odin which is too old to build the current version of ols.
* / Fix issue with not using builtin symbols when in another package.DanielGavin2023-12-141-8/+5
|/
* Add support for Or_Branch_ExprDanielGavin2023-12-051-0/+4
|
* Don't add collection "vendor" in test runningDanielGavin2023-12-031-1/+1
|
* Merge pull request #275 from laytan/better-bitset-completionDanielGavin2023-11-281-80/+159
|\ | | | | better bitset completion
| * better bitset completionLaytan Laats2023-11-281-80/+159
| |
* | Update READMEDanielGavin2023-11-251-0/+2
| |
* | Merge branch 'master' of https://github.com/DanielGavin/olsDanielGavin2023-11-253-10/+29
|\|
| * Update nightly.ymlDanielGavin2023-11-171-1/+1
| |
| * Merge pull request #269 from laytan/private-doc-tagsDanielGavin2023-11-121-8/+27
| |\ | | | | | | respect //+private and the file/package variant
| | * respect //+private and the file/package variantLaytan Laats2023-11-121-8/+27
| | |
| * | Merge pull request #270 from laytan/drop-macos-11-ciDanielGavin2023-11-121-1/+1
| |\ \ | | |/ | |/| drop macos-11 support in CI, homebrew and Apple don't support it
| | * drop macos-11 support in CI, homebrew and Apple don't support itLaytan Laats2023-11-121-1/+1
| |/
* / Add new config for "enable_procedure_snippet"DanielGavin2023-11-255-28/+54
|/
* Procedure types do no longer insert `()`DanielGavin2023-11-114-49/+90
|
* TypoDanielGavin2023-11-041-6/+4
|
* Fix issue with anon structs in arrays.DanielGavin2023-11-044-33/+40
|
* Remove errors caused by parsing builtin odin files.DanielGavin2023-11-044-28/+31
|
* Merge pull request #264 from ttytm/ci/renovateDanielGavin2023-10-291-66/+64
|\ | | | | Renovate and extend CI workflow
| * Renovate and extend CI workflowTuriiya2023-10-281-66/+64
|/
* Merge pull request #263 from thetarnav/remove-wrong-semantic-tokensDanielGavin2023-10-271-19/+3
|\ | | | | Remove writing semantic nodes for untyped and basic value symbols
| * Remove writing semantic nodes for untyped and basic value symbolsDamian Tarnawski2023-10-261-19/+3
|/ | | | | | | | | | The result semantic token types were often incorrect for constants and literals. Syntax grammars do a decent job here, but were being overridden by the semantic tokens. I'm not yet familiar enough with the codebase to fix this properly, instead of just removing it.
* Update README.mdDanielGavin2023-10-191-1/+1
|
* Merge pull request #260 from thetarnav/update-basic-typesDanielGavin2023-10-101-5/+41
|\ | | | | Update basic-types grammar
| * Fix scope for any and typeidDamian Tarnawski2023-10-101-1/+1
| |
| * Replace storage.type with support.type for basic typesDamian Tarnawski2023-10-101-14/+14
| |
| * Update basic-types grammarDamian Tarnawski2023-10-101-10/+46
| |
* | Merge pull request #261 from thetarnav/calling-convention-grammarDanielGavin2023-10-101-51/+55
|\ \ | |/ |/| Add calling convention grammar to proc declaration
| * Actually include all strings to proc definitionDamian Tarnawski2023-10-101-1/+1
| |
| * Add calling convention grammar to proc declarationDamian Tarnawski2023-10-101-51/+55
|/
* Merge pull request #256 from thetarnav/update-npm-sciptsDanielGavin2023-10-061-3/+3
|\ | | | | Remove `vscode:prepublish` and split `build` and `package` scripts
| * Remove `vscode:prepublish` and split `build` and `package` scriptsDamian Tarnawski2023-10-041-3/+3
| |
* | Merge pull request #257 from thetarnav/grammar-updatesDanielGavin2023-10-061-5/+44
|\ \ | | | | | | Minor grammar updates
| * | Minor grammar updatesDamian Tarnawski2023-10-041-5/+44
| |/ | | | | | | | | | | | | - Remove `export` and `set` as keywords - Add `or_break` and `or_continue` as keywords - Add `&` and `^` as operators - Add string beginning and ending quotes as punctuation
* / Update README.mdDanielGavin2023-10-051-1/+1
|/
* Improve check in parses header for robustness.DanielGavin2023-09-301-4/+4
|
* Fix issue weith ellipsis with mixed paramsDanielGavin2023-09-271-1/+3
|
* Fix issue with swizzleDanielGavin2023-09-262-21/+19
|
* Have index expr return boolean as second resultDanielGavin2023-09-261-6/+10
|
* Remove printfDanielGavin2023-09-211-1/+0
|
* Fix issues with assignments not formatting like value declsDanielGavin2023-09-211-0/+19
|
* Fix issue with formatting where clause not breaking.DanielGavin2023-09-202-17/+19
|
* Fix issue with goto in comp_lit valueDanielGavin2023-09-191-9/+13
|
* Fix issue with maybe(string) in OlsConfigDanielGavin2023-09-192-10/+17
|
* TypoDanielGavin2023-09-172-5/+7
|
* Fix not writing the bit_set correcty in hover and completionDanielGavin2023-09-172-2/+25
|