Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ionide/ionide-fsgrammar

Shared Textmate Regex Style F# Language Grammar
https://github.com/ionide/ionide-fsgrammar

WIP

5e502c54b4790cedefe3c6e0a144f75fce5e9741 authored over 6 years ago
Correctly handle types with spaces and generics

66a82b65da721ccada0ada4c313892768b5270a8 authored over 6 years ago
Fix double ticks type colors for let declaration

f75e1bf140080ced52cb016ae1e9e835fe40c319 authored over 6 years ago
Fix #85: Improve end detection for records declarations

b83128b2f989c8b9b845ffb0f4bf89ec3e6c50cd authored over 6 years ago
Correct symbols color for generics in record declaration

2e8a5db6355bb6a0ca3a78a9f4d129ff1d059173 authored over 6 years ago
Improve du declaration colors

Support doubles ticks types
Correct symbols colors for generics

4790788bab9c8f16188e2f0e633e7b53881385d8 authored over 6 years ago
Add abstracts support + refactor common_declaration + Fix #80: multi generic

f423a51f38d16651083e9da18f04a8ef4370d660 authored over 6 years ago
Fix #26: Comment style should be apply in declarations

9d303b938f25c9bd5f8c4b5d75bf439f6a2a9938 authored over 6 years ago
Fix color for backtick type definition in let declaration

let t : ``type with space`` = null

``type with space`` was colored as a variable before

40792c4d94b7e2bf6de117da7554b7423dc7d380 authored over 6 years ago
Add anonymous function support in record instantiation

fab2a6ce1fcb6c07351c53917abe361cb7c359e8 authored over 6 years ago
Make generic type declaration consistant

82bbbf9a66a555f1f58fa39a939419617e4363ee authored over 6 years ago
Improve generic colors on type definition. entity VS keywords symbols

d6379cac6637a232779da221de814b8554e43b21 authored over 6 years ago
Fix member_declaration scope detection + make ( and ) keywords

a3fa5e73d9f1f033445a1628b61081e017c455c0 authored over 6 years ago
Fix #83: Improve comments detection

634219e388af2d26ee73f2712444b2bc79247a3a authored over 6 years ago
Fix #82: Fix color when parameters are on new line

a4e807bcd6f63945f0d8cc2747a6ba446820ac51 authored over 6 years ago
Fix edge cases when using type keyword (#81)

dfc56d6dc892ce3d236425693ebf82dcf8b3e70e authored over 6 years ago
Add color support for record declaration + small fixes (#79)

* Fix ionide/ionide-vscode-fsharp#840

* Add colors to record declaration

d15998e87b2756b9655f52c4f8f8bc22f788ab15 authored over 6 years ago
Fix case 3 in #68: Arrow should be colored as keyword in member declaration (#78)

a0add519dfecae5487487ffdda862307f0f17db7 authored over 6 years ago
Fix ionide/ionide-vscode-fsharp#840 (#77)

bd8d1225f93894a50bc8da6f5a76409b024d3d22 authored over 6 years ago
Add exception to the keywords (#76)

00e2e0b4ea77416edbbd7c641c3c5e18b4ea535d authored over 6 years ago
Fix highlighting of 'of' in 'typeof' and 'typedefof' (#75)

Fixes #74.

8fb4969a3d8e525a2ffb8ef526c6dcb06962020e authored over 6 years ago
Add coloration support to output type of definition (#73)

fabedb79413e950b68249de62accdbd3a3ade898 authored over 6 years ago
Add storage and restriction keywords to paket.lock grammar (#72)

8a34e7ab11a6d5265cc8c8e931d94997e725c0e8 authored over 6 years ago
Fix CE builders (#71)

* Fix capturing of computation expression builders

Fixes ionide/ionide-vscode-fsharp#836.

...

81b6aa7c9ec3b257d52a75bb9bfe3cdfd44d9251 authored over 6 years ago
Fix composite type coloration in member declaration (#70)

9a242c1d42197a6ed057ccd031ff1ff3c96407c8 authored over 6 years ago
Fix function starting by of (#67)

4ed78c3c3c374c850eb73d4b8bd5fef3dec8c603 authored over 6 years ago
Fix multiple du declaration on one line (#66)

e0a0f94e35d62c769d20f6929d39f08cfd4e9860 authored over 6 years ago
Fix #51: Capture the leading { of CE for color (#64)

6ca3f80470b801891ad3f265afd61cd14b128829 authored over 6 years ago
Fix spaces detection around `:`

42f00042e68551928a1eb304738694c84b7bb865 authored over 6 years ago
Fix color of `:` in member declaration

a32d55a98b79042d8b6579af3c7667220b3a7821 authored over 6 years ago
Improve DU declaration color

2f3805d76d347ce9309a7b22969ccabb281e33ac authored over 6 years ago
Add support for DU declaration

fa4e5811b32efbf8c2896c9e9aafba5af295a21a authored over 6 years ago
Add to keyword (#61)

2aae88ead2d89bb4cf596a3c6060423b17a75561 authored over 6 years ago
Feature/improve tuples (#55)

* Related #38, improve tuples colorization

* Fix coloration of xxx in

* Fix #38

71e3e2a2790694220257f3f7ffe791172a878614 authored over 6 years ago
Fix edge cases of the markdown highlight (#59)

43a77222d589a4f27cba8c5d2b18ace163f9b916 authored over 6 years ago
Fix #57, Change builder detection to whitelisting (#58)

2e1c09459048ca73d84098921c32119ad99bbd46 authored over 6 years ago
Fix fox ionide/ionide-vscode-fsharp#828 (#56)

7ac2813fa6f40d59e8f078738db2d4f9485c4978 authored over 6 years ago
Add standard comment for check

bcb48721bf35a87541799b75560df82d36f2b15f authored over 6 years ago
Close #6, Fix #5: Parse documentation comments as Markdown

a7cb59d306b39f665d6113e45b2d3eba718455f8 authored over 6 years ago
Parse documentation comments as Markdown

Comments with (** ... *) and /// delimeters will have their internals
highlighted as Markdown te...

13fa0f56eba6efcf35350027425b8471c90b8c6d authored over 6 years ago
Fix #9: keyword should only be colorized if at the beginning of a line (#53)

* Fix #9: keyword should only be colorized if at the beginning of a line

* Update build.fsx t...

5ec68665812ebae6d99e245c9d7abc93ea9661b1 authored over 6 years ago
Fix #32: Wrong method call coloring (#51)

487fa032720c1888485ef3d969398f97241c8f7b authored over 6 years ago
Close #31: Wrong colorization for Measure types (#52)

611f9cef099becf192ac50ead122379eeb518d5e authored over 6 years ago
Fix #43: Accessibility modifier coloring inconsistent between record and union types (#50)

c08c1a136a7238f4a4702f215c94789c23b703e0 authored over 6 years ago
Improve type colorization (#49)

* Fix #36: Keyword+apostrohpe names in match expressions are colored as keywords

* Fix #45, F...

9d241210bec0794cf4bc1902669b9cb92574f9c4 authored over 6 years ago
Fix #36: Keyword+apostrohpe names in match expressions are colored as keywords (#48)

3898ac27f1a3a93f5b9d51285e83cabb35261cc6 authored over 6 years ago
Fix build.sh execution + Fix the `type` coloring (#47)

a3007be40a66316728f09e9e5ded1622298e62fa authored over 6 years ago
Fix the `type` coloring when the `=` is on a different line (#46)

thanks for the fix, btw I just watched your skillsmatter talk on 3D Model Manipulation, excellen...

197b6640cc3a39295b06f17b9a9f287ac9c74828 authored over 6 years ago
Fix #37 and add test code for it. (#42)

e15bff40cf4bc42c82bcbdb2a836e4b944b3ef3e authored almost 7 years ago
Fix #40. (#41)

10f51921f214f43db5519df97a82110dba6f2238 authored almost 7 years ago
Updated paket.bootstrapper.exe to address TLS 1.0 and 1.1 deprecation

a715e9bda68f2a43e9d1e63c39e16b1c54f7a3e5 authored almost 7 years ago
Add couple of custom keywords for tooltips colorization

9aa4b1055e3173225bc0d4b4e48542c2450beb99 authored over 7 years ago
added formatter examples to sample project

dca15393877882a370841f95cf46d00fc86387bf authored over 7 years ago
grammer patterns for the string formatter

7a24912ecdc886e4d973d6d3ab8df20a0feeda76 authored over 7 years ago
Improve bindings detections (#30)

* Add more binding samples

* Improve bindings grammar

- Tick variables
- Desconstructed t...

826aa0690b4a1fb536485cc2806fa73b451fcee7 authored over 7 years ago
Update paket.lock.json (#29)

246a26e19f1649b4ad10f2b7f7875a96d233f641 authored over 7 years ago
Add clitool to deps file (#28)

a3771361eeaa99f2b369537bd89cb17452cf7c31 authored over 7 years ago
Fix private/public/internal

f2e3c30f0ebfcc89fb78ad908701159f20516812 authored almost 8 years ago
Fix arrow in anonymous functions

4f7e4e4568d6710b0250c4d9bde26915875aee90 authored almost 8 years ago
Fix inline attributes in let bindings

e7b67398235e2634ec60f697fb6e03f19b24aefe authored almost 8 years ago
Underscore in type name

1c91caa90f9b6c7848ed7585be890d6f6abf71c8 authored almost 8 years ago
Fix `mutable` in type definitions

7a778ca493ed3c4287fa4e9cc419f7a5618a357c authored almost 8 years ago
init issue template

eb7d94253397d3296d45cb9156d6229b1a010d2a authored almost 8 years ago
Fix string grammar

edb05603ec3f2eb3c633f92df1649e82fe870545 authored about 8 years ago
Fixed fun regex

16d4cc8cb0224d8861a7b48107ac102e3f51579a authored about 8 years ago
Fix syntaxic colorization for non-ascii characters

3a03eef97b21f7fb9fc081acdaead4ecb16ba0e4 authored about 8 years ago
Add reference for Oniguruma regex parser to readme

e61193aa061e4dd6570eb9e427ed0a8143d36cf3 authored about 8 years ago
Fix #22 - open with lower character namespace

64832843f593dc87413d0c87398573533ef3a931 authored about 8 years ago
Update config

075edd0abcc2cc12a8faeb76ae19fe848b5649b5 authored about 8 years ago
Merge pull request #21 from sillyotter/master

Further changes to type declaration syntax highlighting

9f45cc48393b0b17f68ac65669b0fbb01cb36646 authored about 8 years ago
type declaration failed color in some cases

Previous update to type delcaration failed to catch cases where there
were .'s in the type decla...

864bfd9a6e7f4bfa648eaddba19e16d5a81103a1 authored about 8 years ago
Merge branch 'ionide/master'

1d50f88ff6c74c2ee3451e2273583247d119241e authored about 8 years ago
add inline to binding patterns (#20)

a7ffcf40a20c666c2cc03f80661881c3c2e31027 authored about 8 years ago
Add \\b for bindings

bc313d72b81ed390f63f5536797c406977802a34 authored about 8 years ago
add while keyword

7b58449dd6c83b91e0e213db18936cffc36342ab authored about 8 years ago
Add license

207e096cd7c430ff473339a5ddd600f3712d10ae authored about 8 years ago
Enhanced Record type syntax highlighting (#18)

Original syntax supported only basic type declarations with visibility
and empty constructors. ...

d407a340fee34ba94a30b57ee692e66c01b9accc authored about 8 years ago
Enhanced Record type syntax highlighting

Original syntax supported only basic type declarations with visibility
and empty constructors. ...

3ed165cd58f1e2b0824ea0f406de812112802ede authored about 8 years ago
add "struct" keyword (#17)

d627014204dbf241fb80d80895f8fcaa0f95941d authored over 8 years ago
Update README.md

dd4f7025fc7a60f841ee30909873444147f766d4 authored over 8 years ago
Update CONTRIBUTING.md

aadf7f8c82d6af50b6d829b098ec2995c78020ca authored over 8 years ago
add numeric literal bindings

aedc50eb4dbd258ce91d7b5668ece930bbe69471 authored over 8 years ago
added gif of extension

58ab704e354566063876c81e118453960afd5442 authored over 8 years ago
added Contributing.md

10665661a065021612732e8bf89b8dfa5b48505c authored over 8 years ago
reorganized sample code

ddaea1544b5ba117094aa70599d7a52c8091a5d2 authored over 8 years ago
update readme

52be7df308ec36903b953f7cf6b48f448547b677 authored over 8 years ago
created sample-code project for syntax testing

ffb4a5cdccf4584f11d8208b55fe9a04b742d0a9 authored over 8 years ago
setup FSharp.SyntaxTest extension

4250f0290b322350210afac1dc428308f939b9c3 authored over 8 years ago
reorganize grammar files

9c0ce663e934da09cad9fa8bddceb8b730cf04b6 authored over 8 years ago
update ignore

3a264425a7a7ef60eb056aacae3069c4f6b04db2 authored over 8 years ago
setup paket dependencies

6f5d7df028cb345d2deb310866ba8a7305894d1e authored over 8 years ago
Merge pull request #7 from vbfox/paket-grammars

Add paket grammars

c8fea8dc0a224a2ceb2371bc5e941157aca3de9e authored over 8 years ago
Merge pull request #8 from colinbull/patch-1

Added abstract keyword as it was missing from syntaxt highlighting

2f4e742bffe2592f5c5c14b9aa13b294e7131ff2 authored over 8 years ago
Added abstract keyword as it was missing from syntaxt highlighting

7851f39ec98dc7f9c1d8d2b8d3f5ba4c1863dfa4 authored over 8 years ago
Add paket grammars

The grammars were ported from the cson version that is present in the
ionide-paket repository fo...

f8ea41151b811832cda17eea89761cb6f5fb03c2 authored over 8 years ago
Merge pull request #4 from rmunn/bugfix/3

Fix #3: don't end @ strings at an "" occurrence

77ad35a24efc2d0acc84402250589a7f24b803ea authored over 8 years ago
Fix #3: don't end @ strings at an "" occurrence

Literal strings interpret "" as a single " character.

ae88a43725db1bc51ab5e1d04856a45985d2ae5d authored over 8 years ago
Merge pull request #2 from rmunn/colorize-bitwise-operators

Add syntax highlighting for bitwise operators

8061b5296321522633b16d7df66af8cf5fcd3784 authored almost 9 years ago
Add syntax highlighting for bitwise operators

Operator list: https://msdn.microsoft.com/en-us/library/dd469495.aspx

Bitwise operators should ...

71cbf014cb7d1d6e8b0c3ed76ddda5a8ad95ea63 authored almost 9 years ago
Reverse grammar name change

4d7523d45330bd44ca6db56e5907aa7151e8a514 authored almost 9 years ago