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 authored and piotr-semenov-bot committed May 3, 2024
1 parent 1aaa53b commit 360d8fe
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions syntaxes/parigp.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
repository:
comments:
patterns:
- include: "#inline"
- include: '#inline'
- begin: '/\*'
beginCaptures:
0:
Expand All @@ -14,7 +14,7 @@ repository:
name: punctuation.definition.comment.end.parigp
name: comment.block.parigp
patterns:
- include: "#comments"
- include: '#comments'
repository:
inline:
patterns:
Expand All @@ -37,11 +37,11 @@ repository:
name: punctuation.section.parens.end.parigp
name: meta.parens.parigp
patterns:
- include: "#parens"
- include: '#parens'
functions:
patterns:
- include: "#builtins"
- include: "#user-defined"
- include: '#builtins'
- include: '#user-defined'
repository:
builtins:
patterns:
Expand Down Expand Up @@ -123,8 +123,8 @@ repository:
name: constant.character.whitespace.parigp
literals:
patterns:
- include: "#numeric"
- include: "#string"
- include: '#numeric'
- include: '#string'
repository:
numeric:
patterns:
Expand Down Expand Up @@ -152,7 +152,7 @@ repository:
name: punctuation.section.group.end.parigp
name: meta.block.parigp
patterns:
- include: "#code"
- include: '#code'
brackets:
patterns:
- begin: '\['
Expand All @@ -167,20 +167,20 @@ repository:
patterns:
- match: '[,;]'
name: markup.punctuation.separator.parigp
- include: "#code"
- include: '#code'
code:
patterns:
- include: "#comments"
- include: '#comments'
- !!merge <<: *parens_rules
patterns:
- include: "#code"
- include: "#braces"
- include: "#brackets"
- include: "#functions"
- include: '#code'
- include: '#braces'
- include: '#brackets'
- include: '#functions'
- include: '#meta-commands'
- include: "#type-hints"
- include: "#literals"
- include: "#operators"
- include: '#type-hints'
- include: '#literals'
- include: '#operators'
- include: '#general'
- match: "'?\\b[[:alpha:]][[:alnum:]_]*"
name: variable.name.parigp
Expand Down Expand Up @@ -235,8 +235,8 @@ fileTypes:
- parigp
name: PARI/GP
patterns:
- include: "#comments"
- include: "#code"
- include: '#comments'
- include: '#code'
scopeName: source.parigp
$schema: >-
https://raw.githubusercontent.com/martinring/tmlanguage/master/tmlanguage.json

0 comments on commit 360d8fe

Please sign in to comment.