Skip to content

Commit 5141851

Browse files
authored
Better support for exception declarations (#148)
* Better support for exception declarations * Add tests
1 parent f296051 commit 5141851

File tree

7 files changed

+594653
-593416
lines changed

7 files changed

+594653
-593416
lines changed

fsharp/grammar.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change

fsharp/src/grammar.json

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change

fsharp/src/node-types.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change

fsharp/src/parser.c

Lines changed: 594517 additions & 593397 deletions
Original file line numberDiff line numberDiff line change

fsharp/src/tree_sitter/parser.h

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change

queries/highlights.scm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change

test/corpus/type_defn.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change

0 commit comments

Comments
 (0)