Skip to content

Commit

Permalink
Merge pull request #3 from janezpodhostnik/highlighting_fixes
Browse files Browse the repository at this point in the history
Adding a bunch of fixes and tests
  • Loading branch information
bluesign committed Mar 28, 2024
2 parents 9a66f19 + 220a49f commit 67f1b5e
Show file tree
Hide file tree
Showing 45 changed files with 287,908 additions and 185,228 deletions.
Empty file added .clj-kondo/.cache/v1/lock
Empty file.
14 changes: 7 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ module.exports = {
commonjs: true,
es2021: true,
},
extends: "google",
extends: 'google',
overrides: [],
parserOptions: {
ecmaVersion: "latest",
sourceType: "module",
ecmaVersion: 'latest',
sourceType: 'module',
},
rules: {
indent: ["error", 2, { SwitchCase: 1 }],
"max-len": [
"error",
'indent': ['error', 2, {SwitchCase: 1}],
'max-len': [
'error',
{
code: 120,
ignoreComments: true,
ignoreUrls: true,
ignoreStrings: true,
},
],
"require-jsdoc": 1,
'require-jsdoc': 1,
},
};
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ dist/
*.dll
*.pc

# Example dirs
/examples/*/

# Grammar volatiles
*.wasm
*.obj
Expand Down
1 change: 1 addition & 0 deletions .lsp/.cache/db.transit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["^ ","~:classpath",["~#set",[]],"~:project-hash","","~:project-root","/Users/janezpodhostnik/Programming/cadence-tree-sitter","~:kondo-config-hash","969ea4b1a3166de515664092934531474721724ab093c8c929ad6c7bbb7bb970","~:dependency-scheme","zipfile","~:analysis",null,"~:analysis-checksums",["^ "],"~:project-analysis-type","~:project-and-full-dependencies","~:version",12,"~:stubs-generation-namespaces",["^1",[]]]
2 changes: 1 addition & 1 deletion bindings/go/binding_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67f1b5e

Please sign in to comment.