We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a6c15 commit ee4a179Copy full SHA for ee4a179
grammar.js
@@ -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
11
const PREC = [
12
'afunc',
13
'pair',
tree-sitter.json
@@ -19,6 +19,10 @@
19
{
20
"name": "Max Brunsfeld",
21
"email": "maxbrunsfeld@gmail.com"
22
+ },
23
+ {
24
+ "name": "Sergio A. Vargas",
25
+ "email": "savargasqu+git@unal.edu.co"
26
}
27
],
28
"links": {
0 commit comments