summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-21Merge pull request #11 from josteink/renovate/actions-checkout-6.xexternals/bicep-ts-modeJostein Kjønigsen
2025-11-20Update actions/checkout action to v6renovate[bot]
2025-10-06Merge pull request #10 from notetiene/masterJostein Kjønigsen
2025-10-06Fix autoload for bicep--register-langserverEtienne Prud’homme
2025-09-04Merge pull request #9 from josteink/renovate/actions-setup-python-6.xJostein Kjønigsen
2025-09-04Update actions/setup-python action to v6renovate[bot]
2025-08-11Merge pull request #8 from josteink/renovate/actions-checkout-5.xJostein Kjønigsen
2025-08-11Update actions/checkout action to v5renovate[bot]
2025-03-20Make = fontify as operator instead of delimiter.Jostein Kjønigsen
2025-03-14MergeJostein Kjønigsen
2025-03-13Improve fontification of ternary expressions.Jostein Kjønigsen
2025-03-13Fix fontification of properties with for statement-values.Jostein Kjønigsen
2025-03-13Fix fontification of properties whose values are function-invocations.Jostein Kjønigsen
2025-03-13Fix fontification of boolean and numeric properties.Jostein Kjønigsen
2025-03-13Support variable-fontification inside indexing-statements too.Jostein Kjønigsen
2025-03-13Clean up syntax-table && document it better.Jostein Kjønigsen
2025-03-13Clean up syntax-table && document it better.Jostein Kjønigsen
2025-03-12We're allowed to bump the version every now and then!Jostein Kjønigsen
2025-03-12Add a single-quote-dwim function too!Jostein Kjønigsen
2025-03-12Try to make syntax-table and insert-quote-dwim better.Jostein Kjønigsen
2025-03-12Add support for font-lock-property-use face.Jostein Kjønigsen
2025-03-12Add comments to syntax-tableJostein Kjønigsen
2025-03-12Make bicep-ts-mode never insert double-quotes by default.Jostein Kjønigsen
2025-03-12Don't depend on VSCode to install language-server.Jostein Kjønigsen
2025-03-11Highlight "az" keyword specifically as well.Jostein Kjønigsen
2025-03-11Fix copy-paste error in readme.Jostein Kjønigsen
2025-03-07Make ternary-expressions work too (by not precondition IF for binary expressi...Jostein Kjønigsen
2025-03-07Even more rules.Jostein Kjønigsen
2025-03-07Support variable-highlighting in more types of if-statements.Jostein Kjønigsen
2025-03-07Support escape-sequences too.Jostein Kjønigsen
2025-03-07Embrace the (new?) font-lock-variable-use-faceJostein Kjønigsen
2025-03-07Correctly use function-call-face instead of function-name-face.Jostein Kjønigsen
2025-03-07Highlight nested function-calls too!Jostein Kjønigsen
2025-03-07Going opiniated: Make type-strings highlighted as types!Jostein Kjønigsen
2025-03-07Make fontification less shouty, and more preciseJostein Kjønigsen
2025-03-04Add fontification of the 'if' keywordJostein Kjønigsen
2025-02-27Merge pull request #6 from josteink/renovate/actions-setup-python-5.xJostein Kjønigsen
2025-02-27Merge pull request #5 from josteink/renovate/actions-checkout-4.xJostein Kjønigsen
2025-02-27Update actions/setup-python action to v5renovate[bot]
2025-02-27Update actions/checkout action to v4renovate[bot]
2025-02-27Merge pull request #4 from josteink/renovate/configureJostein Kjønigsen
2025-02-27Add build-badge.Jostein Kjønigsen
2025-02-27Add renovate.jsonrenovate[bot]
2025-02-27Add CI buildJostein Kjønigsen
2025-02-27Add makefile to build using Cask.Jostein Kjønigsen
2025-02-22Replace recursionc with named-let.Jostein Kjønigsen
2025-02-22Apply fixes suggested by Stefan Monnier.Jostein Kjønigsen
2025-02-21Provide more detailed installation instructions.Jostein Kjønigsen
2025-02-19Fix current defun implementation.Jostein Kjønigsen
2025-02-19Improve indentation for variable expressions and ternary expressions.Jostein Kjønigsen