Skip to content

Commit ee4a179

Browse files
committed
Update authors
1 parent 28a6c15 commit ee4a179

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

grammar.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @file Julia grammar for tree-sitter
3+
* @author Max Brunsfeld <maxbrunsfeld@gmail.com>
4+
* @author Sergio A. Vargas <savargasqu+git@unal.edu.co>
5+
* @license MIT
6+
*/
7+
8+
/// <reference types="tree-sitter-cli/dsl" />
9+
// @ts-check
10+
111
const PREC = [
212
'afunc',
313
'pair',

tree-sitter.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
{
2020
"name": "Max Brunsfeld",
2121
"email": "maxbrunsfeld@gmail.com"
22+
},
23+
{
24+
"name": "Sergio A. Vargas",
25+
"email": "savargasqu+git@unal.edu.co"
2226
}
2327
],
2428
"links": {

0 commit comments

Comments
 (0)