Skip to content

Commit

Permalink
auto-commit of artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Semenov [bot] <[email protected]>
  • Loading branch information
piotr-semenov-bot committed May 15, 2024
1 parent 6283166 commit a3914b3
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 8 deletions.
10 changes: 8 additions & 2 deletions syntaxes/parigp.JSON-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,12 @@
"meta-commands": {
"patterns": [
{
"match": "^\\s*(##(?!\\b)|#(?!\\b)|\\\\B |\\\\ |\\\\a |\\\\c |\\\\d |\\\\e |\\\\g |\\\\gf|\\\\gm|\\\\h |\\\\l |\\\\m |\\\\o |\\\\p |\\\\pb|\\\\ps|\\\\q |\\\\r |\\\\s |\\\\t |\\\\u |\\\\um |\\\\v |\\\\w |\\\\x |\\\\y )",
"match": "^(\\s*)(##(?=\\s*$)|#(?=\\s*$)|\\\\B |\\\\ |\\\\a |\\\\c |\\\\d |\\\\e |\\\\g |\\\\gf|\\\\gm|\\\\h |\\\\l |\\\\m |\\\\o |\\\\p |\\\\pb|\\\\ps|\\\\q |\\\\r |\\\\s |\\\\t |\\\\u |\\\\um |\\\\v |\\\\w |\\\\x |\\\\y )",
"captures": {
"1": {
"name": "constant.character.whitespace.parigp"
},
"2": {
"name": "support.function.parigp"
}
}
Expand All @@ -515,9 +518,12 @@
"type-hints": {
"patterns": [
{
"match": "\\s*\\b(t_CLOSURE|t_COL|t_COMPLEX|t_ERROR|t_FFELT|t_FRAC|t_INFINITY|t_INT|t_INTMOD|t_LIST|t_MAT|t_PADIC|t_POL|t_POLMOD|t_QFB|t_QUAD|t_REAL|t_RFRAC|t_SER|t_STR|t_VEC|t_VECSMALL)\\b",
"match": "(\\s*)\\b(t_CLOSURE|t_COL|t_COMPLEX|t_ERROR|t_FFELT|t_FRAC|t_INFINITY|t_INT|t_INTMOD|t_LIST|t_MAT|t_PADIC|t_POL|t_POLMOD|t_QFB|t_QUAD|t_REAL|t_RFRAC|t_SER|t_STR|t_VEC|t_VECSMALL)\\b",
"captures": {
"1": {
"name": "keyword.operator.cardinality.parigp"
},
"2": {
"name": "support.type.parigp"
}
}
Expand Down
8 changes: 6 additions & 2 deletions syntaxes/parigp.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -239,15 +239,19 @@ repository:
name: constant.character.whitespace.parigp
meta-commands:
patterns:
- match: '^\s*(##(?!\b)|#(?!\b)|\\B |\\ |\\a |\\c |\\d |\\e |\\g |\\gf|\\gm|\\h |\\l |\\m |\\o |\\p |\\pb|\\ps|\\q |\\r |\\s |\\t |\\u |\\um |\\v |\\w |\\x |\\y )'
- match: '^(\s*)(##(?=\s*$)|#(?=\s*$)|\\B |\\ |\\a |\\c |\\d |\\e |\\g |\\gf|\\gm|\\h |\\l |\\m |\\o |\\p |\\pb|\\ps|\\q |\\r |\\s |\\t |\\u |\\um |\\v |\\w |\\x |\\y )'
captures:
1:
name: constant.character.whitespace.parigp
2:
name: support.function.parigp
type-hints:
patterns:
- match: '\s*\b(t_CLOSURE|t_COL|t_COMPLEX|t_ERROR|t_FFELT|t_FRAC|t_INFINITY|t_INT|t_INTMOD|t_LIST|t_MAT|t_PADIC|t_POL|t_POLMOD|t_QFB|t_QUAD|t_REAL|t_RFRAC|t_SER|t_STR|t_VEC|t_VECSMALL)\b'
- match: '(\s*)\b(t_CLOSURE|t_COL|t_COMPLEX|t_ERROR|t_FFELT|t_FRAC|t_INFINITY|t_INT|t_INTMOD|t_LIST|t_MAT|t_PADIC|t_POL|t_POLMOD|t_QFB|t_QUAD|t_REAL|t_RFRAC|t_SER|t_STR|t_VEC|t_VECSMALL)\b'
captures:
1:
name: keyword.operator.cardinality.parigp
2:
name: support.type.parigp
# yamllint disable rule:hyphens
fileTypes:
Expand Down
14 changes: 12 additions & 2 deletions syntaxes/parigp.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -641,13 +641,18 @@
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>constant.character.whitespace.parigp</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>support.function.parigp</string>
</dict>
</dict>
<key>match</key>
<string>^\s*(##(?!\b)|#(?!\b)|\\B |\\ |\\a |\\c |\\d |\\e |\\g |\\gf|\\gm|\\h |\\l |\\m |\\o |\\p |\\pb|\\ps|\\q |\\r |\\s |\\t |\\u |\\um |\\v |\\w |\\x |\\y )</string>
<string>^(\s*)(##(?=\s*$)|#(?=\s*$)|\\B |\\ |\\a |\\c |\\d |\\e |\\g |\\gf|\\gm|\\h |\\l |\\m |\\o |\\p |\\pb|\\ps|\\q |\\r |\\s |\\t |\\u |\\um |\\v |\\w |\\x |\\y )</string>
</dict>
</array>
</dict>
Expand Down Expand Up @@ -803,13 +808,18 @@
<key>captures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>keyword.operator.cardinality.parigp</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>support.type.parigp</string>
</dict>
</dict>
<key>match</key>
<string>\s*\b(t_CLOSURE|t_COL|t_COMPLEX|t_ERROR|t_FFELT|t_FRAC|t_INFINITY|t_INT|t_INTMOD|t_LIST|t_MAT|t_PADIC|t_POL|t_POLMOD|t_QFB|t_QUAD|t_REAL|t_RFRAC|t_SER|t_STR|t_VEC|t_VECSMALL)\b</string>
<string>(\s*)\b(t_CLOSURE|t_COL|t_COMPLEX|t_ERROR|t_FFELT|t_FRAC|t_INFINITY|t_INT|t_INTMOD|t_LIST|t_MAT|t_PADIC|t_POL|t_POLMOD|t_QFB|t_QUAD|t_REAL|t_RFRAC|t_SER|t_STR|t_VEC|t_VECSMALL)\b</string>
</dict>
</array>
</dict>
Expand Down
10 changes: 8 additions & 2 deletions syntaxes/parigp.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,12 @@
"meta-commands": {
"patterns": [
{
"match": "^\\s*(##(?!\\b)|#(?!\\b)|\\\\B |\\\\ |\\\\a |\\\\c |\\\\d |\\\\e |\\\\g |\\\\gf|\\\\gm|\\\\h |\\\\l |\\\\m |\\\\o |\\\\p |\\\\pb|\\\\ps|\\\\q |\\\\r |\\\\s |\\\\t |\\\\u |\\\\um |\\\\v |\\\\w |\\\\x |\\\\y )",
"match": "^(\\s*)(##(?=\\s*$)|#(?=\\s*$)|\\\\B |\\\\ |\\\\a |\\\\c |\\\\d |\\\\e |\\\\g |\\\\gf|\\\\gm|\\\\h |\\\\l |\\\\m |\\\\o |\\\\p |\\\\pb|\\\\ps|\\\\q |\\\\r |\\\\s |\\\\t |\\\\u |\\\\um |\\\\v |\\\\w |\\\\x |\\\\y )",
"captures": {
"1": {
"name": "constant.character.whitespace.parigp"
},
"2": {
"name": "support.function.parigp"
}
}
Expand All @@ -515,9 +518,12 @@
"type-hints": {
"patterns": [
{
"match": "\\s*\\b(t_CLOSURE|t_COL|t_COMPLEX|t_ERROR|t_FFELT|t_FRAC|t_INFINITY|t_INT|t_INTMOD|t_LIST|t_MAT|t_PADIC|t_POL|t_POLMOD|t_QFB|t_QUAD|t_REAL|t_RFRAC|t_SER|t_STR|t_VEC|t_VECSMALL)\\b",
"match": "(\\s*)\\b(t_CLOSURE|t_COL|t_COMPLEX|t_ERROR|t_FFELT|t_FRAC|t_INFINITY|t_INT|t_INTMOD|t_LIST|t_MAT|t_PADIC|t_POL|t_POLMOD|t_QFB|t_QUAD|t_REAL|t_RFRAC|t_SER|t_STR|t_VEC|t_VECSMALL)\\b",
"captures": {
"1": {
"name": "keyword.operator.cardinality.parigp"
},
"2": {
"name": "support.type.parigp"
}
}
Expand Down

0 comments on commit a3914b3

Please sign in to comment.