diff options
| author | 再生花 <hoangtun0810@gmail.com> | 2024-02-23 17:42:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 10:42:01 +0200 |
| commit | 31641d72a4c33536e9d5fc8f829d2ba84211af8a (patch) | |
| tree | 65d4edd50b87eacb993dab1fd27347d6686d3c0e /queries/usd | |
| parent | feat(faust): better highlighting of function calls, built-in variables, and m... (diff) | |
| download | nvim-treesitter-31641d72a4c33536e9d5fc8f829d2ba84211af8a.tar nvim-treesitter-31641d72a4c33536e9d5fc8f829d2ba84211af8a.tar.gz nvim-treesitter-31641d72a4c33536e9d5fc8f829d2ba84211af8a.tar.bz2 nvim-treesitter-31641d72a4c33536e9d5fc8f829d2ba84211af8a.tar.lz nvim-treesitter-31641d72a4c33536e9d5fc8f829d2ba84211af8a.tar.xz nvim-treesitter-31641d72a4c33536e9d5fc8f829d2ba84211af8a.tar.zst nvim-treesitter-31641d72a4c33536e9d5fc8f829d2ba84211af8a.zip | |
feat(format-scripts): linewrap predicates
"format-ignore".kick()
Diffstat (limited to 'queries/usd')
| -rw-r--r-- | queries/usd/highlights.scm | 58 |
1 files changed, 9 insertions, 49 deletions
diff --git a/queries/usd/highlights.scm b/queries/usd/highlights.scm index e6f5e322c..0889f1925 100644 --- a/queries/usd/highlights.scm +++ b/queries/usd/highlights.scm @@ -123,62 +123,22 @@ "Vec3f" "Vec3f[]")) ((identifier) @keyword - ; format-ignore (#any-of? @keyword ; Reference: https://openusd.org/release/api/sdf_page_front.html ; LIVRPS names - "inherits" - "payload" - "references" - "specializes" - "variantSets" - "variants" - + "inherits" "payload" "references" "specializes" "variantSets" "variants" ; assetInfo names - "assetInfo" - "identifier" - "name" - "payloadAssetDependencies" - "version" - + "assetInfo" "identifier" "name" "payloadAssetDependencies" "version" ; clips names - "clips" - - "active" - "assetPaths" - "manifestAssetPath" - "primPath" - "templateAssetPath" - "templateEndTime" - "templateStartTime" - "templateStride" - "times" - + "clips" "active" "assetPaths" "manifestAssetPath" "primPath" "templateAssetPath" + "templateEndTime" "templateStartTime" "templateStride" "times" ; customData names - "customData" - - "apiSchemaAutoApplyTo" - "apiSchemaOverridePropertyNames" - "className" - "extraPlugInfo" - "isUsdShadeContainer" - "libraryName" - "providesUsdShadeConnectableAPIBehavior" - "requiresUsdShadeEncapsulation" - "skipCodeGeneration" - + "customData" "apiSchemaAutoApplyTo" "apiSchemaOverridePropertyNames" "className" "extraPlugInfo" + "isUsdShadeContainer" "libraryName" "providesUsdShadeConnectableAPIBehavior" + "requiresUsdShadeEncapsulation" "skipCodeGeneration" ; Layer metadata names - "colorConfiguration" - "colorManagementSystem" - "customLayerData" - "defaultPrim" - "doc" - "endTimeCode" - "framesPerSecond" - "owner" - "startTimeCode" - "subLayers" - + "colorConfiguration" "colorManagementSystem" "customLayerData" "defaultPrim" "doc" "endTimeCode" + "framesPerSecond" "owner" "startTimeCode" "subLayers" ; Prim metadata "instanceable")) |
