diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-06-12 09:54:30 -0600 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-05-12 18:43:40 +0200 |
| commit | 692b051b09935653befdb8f7ba8afdb640adf17b (patch) | |
| tree | 167162b6b129ae04f68c5735078521a72917c742 /queries/fsh | |
| parent | feat(c-family): inherit injections (diff) | |
| download | nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar.gz nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar.bz2 nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar.lz nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar.xz nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar.zst nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.zip | |
feat!: drop modules, general refactor and cleanup
Diffstat (limited to 'queries/fsh')
| -rw-r--r-- | queries/fsh/highlights.scm | 97 | ||||
| -rw-r--r-- | queries/fsh/injections.scm | 2 |
2 files changed, 0 insertions, 99 deletions
diff --git a/queries/fsh/highlights.scm b/queries/fsh/highlights.scm deleted file mode 100644 index 2354a2037..000000000 --- a/queries/fsh/highlights.scm +++ /dev/null @@ -1,97 +0,0 @@ -[ - "(" - ")" -] @punctuation.bracket - -[ - "^" - "=" - ":" -] @operator - -[ - "#" - ".." - "*" - "->" -] @punctuation.special - -; Entities -[ - "Profile" - "Alias" - "Extension" - "Invariant" - "Instance" - "ValueSet" - "CodeSystem" - "Mapping" - "Logical" - "Resource" - "RuleSet" -] @keyword - -; Metadata Keywords -[ - "Parent" - "Title" - "Description" - "Id" - "Severity" - "InstanceOf" - "Usage" - "Source" - "XPath" - "Target" -] @keyword - -; Rule Keywords -[ - "contentReference" - "insert" - "and" - "or" - "contains" - "named" - "only" - "obeys" - "valueset" - "codes" - "from" - "include" - "exclude" - "where" - "system" - "exactly" -] @keyword.operator - -; Types -[ - "Reference" - "Canonical" -] @type.builtin - -(sd_metadata - (parent - (name))) @type - -(target_type - (name)) @type - -; Strings -(string) @string - -(multiline_string) @string - -; Constants -(strength_value) @constant - -(bool) @boolean - -(flag) @constant - -; Special Params -(code_value) @variable.parameter - -; Extras -(fsh_comment) @comment @spell diff --git a/queries/fsh/injections.scm b/queries/fsh/injections.scm deleted file mode 100644 index 7bf6d006a..000000000 --- a/queries/fsh/injections.scm +++ /dev/null @@ -1,2 +0,0 @@ -((fsh_comment) @injection.content - (#set! injection.language "comment")) |
