Skip to content

Commit

Permalink
Adding linguist gitattributes (#4)
Browse files Browse the repository at this point in the history
* Adding linguist gitattribute
* Trigger CI on pull_requests
  • Loading branch information
AnHeuermann authored Apr 15, 2024
1 parent 7ea467b commit 1f33f2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
package-lock.json -diff linguist-generated=true
*.mo linguist-language=MetaModelica
2 changes: 0 additions & 2 deletions .github/workflows/build-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ run-name: Build tree-sitter-metamodelica

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion rules/builtin.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
*/

// Buildin types and functions
// Builtin types and functions
//
// From Towards Modelica 4 Meta-Programming and Language Modeling with MetaModelica 2.0
// Section 5.1.2 Predefined Types and Type Constructors
Expand Down

0 comments on commit 1f33f2b

Please sign in to comment.