diff options
| author | Camden Cheek <camden@ccheek.com> | 2021-04-27 15:17:42 -0600 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2021-04-28 17:37:33 +0200 |
| commit | 07fc8cc20e2140d90146f9dcf9c3c776bf1c1e99 (patch) | |
| tree | 9fb36f5d4d1f15e6962fa513a782f1c7a2fc80ba /queries | |
| parent | 788d212ab3d249a673160779528fe6b03eff93a4 (diff) | |
Add go-mod tree-sitter config
Adds a tree-sitter config for go.mod files as well as highlighting
queries.
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/gomod/highlights.scm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/queries/gomod/highlights.scm b/queries/gomod/highlights.scm new file mode 100644 index 00000000..63e1f012 --- /dev/null +++ b/queries/gomod/highlights.scm @@ -0,0 +1,17 @@ +[ + "require" + "replace" + "go" + "exclude" + "retract" + "module" +] @keyword + +"=>" @operator + +(comment) @comment + +[ +(version) +(go_version) +] @string |
